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.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: