Skip to content

Commit

Permalink
TODO hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Jun 24, 2015
1 parent 58656ae commit 8b30162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vistrails/core/modules/basic_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ def get_name(self):
if os.path.isabs(n):
pass
elif relative_to == 'vtfile':
# FIXME: This affects caching! We'll need custom signatures
url = self.moduleInfo['locator'].to_url()
if not url.startswith('file:///'):
raise ModuleError(self, "Locator does not refer to a file")
Expand Down

0 comments on commit 8b30162

Please sign in to comment.