Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/vault.py
diff options
context:
space:
mode:
authorJCTutorius <charlie@tutorius-dev.(none)>2009-11-06 00:34:37 (GMT)
committer JCTutorius <charlie@tutorius-dev.(none)>2009-11-06 00:34:37 (GMT)
commit64b9250ca5aed2edadc331b1bc7f31e7db294185 (patch)
treed97d45794d1ce4ed73233a8fbab103eaa5dfc80c /tutorius/vault.py
parentdce7ae73b2f62ff0e0f8f9ad14f0f0c410b09797 (diff)
Finished code and testing of update_metadata and get_tutorial_archhive Vault functions.
Diffstat (limited to 'tutorius/vault.py')
-rw-r--r--tutorius/vault.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorius/vault.py b/tutorius/vault.py
index e0554f1..c0409da 100644
--- a/tutorius/vault.py
+++ b/tutorius/vault.py
@@ -352,7 +352,7 @@ class Vault(object):
"""
bundle = TutorialBundler(guid)
- bundle_path = bundle.get_tutorial_path(guid)
+ tutorial_path = bundle.get_tutorial_path(guid)
# Create the metadata file
ini_file_path = os.path.join(tutorial_path, "meta.ini")
parser = SafeConfigParser()