From d4396dff82359960e850194618c6f254795b1e83 Mon Sep 17 00:00:00 2001 From: Dorota Jarecka Date: Wed, 15 Jun 2022 11:58:23 -0400 Subject: [PATCH] removing resetting self.output_ to None (not sure why it was needed) --- pydra/engine/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydra/engine/core.py b/pydra/engine/core.py index 31127cac99..d428485772 100644 --- a/pydra/engine/core.py +++ b/pydra/engine/core.py @@ -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