Skip to content

Commit 8723e5f

Browse files
committed
clean up function definitions
1 parent 80a14bf commit 8723e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/plugins/sge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def print_dictionary(self):
273273
for vv in self._task_dictionary.values():
274274
sge_debug_print(str(vv))
275275

276-
def is_job_pending(self, task_id, recursion_number=12):
276+
def is_job_pending(self, task_id):
277277
task_id = int(task_id) # Ensure that it is an integer
278278
self._run_qstat("checking job pending status {0}".format(task_id), False)
279279
# Check if the task is in the dictionary first (before running qstat)

0 commit comments

Comments
 (0)