Skip to content

Commit

Permalink
Path _sis_hash fix for hash_overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz authored and critias committed Jun 24, 2022
1 parent 2c75ec5 commit ab073d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sisyphus/job_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _sis_hash(self):
creator = None
path = overwrite
if hasattr(creator, '_sis_id'):
creator = os.path.join(self.creator._sis_id(), gs.JOB_OUTPUT)
creator = os.path.join(creator._sis_id(), gs.JOB_OUTPUT)
return b'(Path, ' + tools.sis_hash_helper((creator, path)) + b')'

@finished_results_cache.caching(get_key=lambda self, debug_info=None: ('available', self.rel_path()))
Expand Down

0 comments on commit ab073d3

Please sign in to comment.