Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/vault.py
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-11-19 14:38:39 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-11-24 04:21:55 (GMT)
commit6a390f667cca2b78ede0db7ca4877201462b886e (patch)
tree37eb22eb8a8e0341513888daae332e4fa49ffa1f /tutorius/vault.py
parentf3bd8e06e2cd0acebad6dbd77ff32ff3de1c2860 (diff)
LP 448319 : Addition of resource properties, insertion of BubbleMessageWImg from Dave, modification of Engine to get action_addresses
Diffstat (limited to 'tutorius/vault.py')
-rw-r--r--tutorius/vault.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tutorius/vault.py b/tutorius/vault.py
index 8d680b1..1c1e33c 100644
--- a/tutorius/vault.py
+++ b/tutorius/vault.py
@@ -522,6 +522,7 @@ class Vault(object):
tutorial_path = bundler.get_tutorial_path(tutorial_guid)
# Check if the resource file exists
file_path = os.path.join(tutorial_path, RESOURCES_FOLDER, resource_id)
+ logger.debug("Vault :: Assigning resource %s to file %s "%(resource_id, file_path))
if os.path.isfile(file_path):
return file_path
else: