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-19 14:40:25 (GMT)
commit88b3f3099252353e22c536a68e15e2a2f9b10334 (patch)
treef9c754a9f348e5020687e705f40f426175375353 /tutorius/vault.py
parent40f836b057896469bca69772d9fc7168b2f8c644 (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 fbe9e75..dc8c434 100644
--- a/tutorius/vault.py
+++ b/tutorius/vault.py
@@ -489,6 +489,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: