Skip to content

Commit

Permalink
removing resetting self.output_ to None (not sure why it was needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Feb 27, 2023
1 parent b1d5356 commit d4396df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydra/engine/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def _run(self, rerun=False, **kwargs):
self.hooks.post_run_task(self, result)
self.audit.finalize_audit(result)
save(output_dir, result=result, task=self)
self.output_ = None
# self.output_ = None
# removing the additional file with the chcksum
(self.cache_dir / f"{self.uid}_info.json").unlink()
# # function etc. shouldn't change anyway, so removing
Expand Down

0 comments on commit d4396df

Please sign in to comment.