Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/vault.py
diff options
context:
space:
mode:
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()