From 9a1537ec2a8af58d034f85451f51bb665edd9b2e Mon Sep 17 00:00:00 2001 From: Wilfried Michel Date: Tue, 25 Jul 2023 10:39:07 +0200 Subject: [PATCH] recover task on mismatch --- sisyphus/localengine.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sisyphus/localengine.py b/sisyphus/localengine.py index fddd08a..246be4c 100644 --- a/sisyphus/localengine.py +++ b/sisyphus/localengine.py @@ -313,7 +313,6 @@ def try_to_recover_task(self, task, task_id): if call_with_id[1:] != process.cmdline()[1:]: logging.debug('Job changed, ignore this job: %i %s %s' % (pid, process.cmdline(), task_instance.call)) - return False with self.running_tasks as running_tasks: name = (task_instance.name, task_id)