From 64b9250ca5aed2edadc331b1bc7f31e7db294185 Mon Sep 17 00:00:00 2001 From: JCTutorius Date: Fri, 06 Nov 2009 00:34:37 +0000 Subject: Finished code and testing of update_metadata and get_tutorial_archhive Vault functions. --- (limited to 'tutorius/vault.py') 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() -- cgit v0.9.1