From 6a390f667cca2b78ede0db7ca4877201462b886e Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 19 Nov 2009 14:38:39 +0000 Subject: LP 448319 : Addition of resource properties, insertion of BubbleMessageWImg from Dave, modification of Engine to get action_addresses --- (limited to 'tutorius/vault.py') 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: -- cgit v0.9.1