We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e99d34d + 4005831 commit 252a2ddCopy full SHA for 252a2dd
nipype/pipeline/plugins/sge.py
@@ -60,7 +60,7 @@ def is_initializing(self):
60
return self._job_queue_state == "initializing"
61
62
def is_zombie(self):
63
- return self._job_queue_state == "zombie"
+ return self._job_queue_state == "zombie" or self._job_queue_state == "finished"
64
65
def is_running(self):
66
return self._job_queue_state == "running"
0 commit comments