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.
1 parent 80a14bf commit 8723e5fCopy full SHA for 8723e5f
nipype/pipeline/plugins/sge.py
@@ -273,7 +273,7 @@ def print_dictionary(self):
273
for vv in self._task_dictionary.values():
274
sge_debug_print(str(vv))
275
276
- def is_job_pending(self, task_id, recursion_number=12):
+ def is_job_pending(self, task_id):
277
task_id = int(task_id) # Ensure that it is an integer
278
self._run_qstat("checking job pending status {0}".format(task_id), False)
279
# Check if the task is in the dictionary first (before running qstat)
0 commit comments