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 82924c6 commit 80a14bfCopy full SHA for 80a14bf
nipype/pipeline/plugins/sge.py
@@ -176,7 +176,7 @@ def _parse_qstat_job_list(self, xml_job_list):
176
job_slots = current_job_element.getElementsByTagName(
177
'slots')[0].childNodes[0].data
178
except:
179
- job_slots = "uknown"
+ job_slots = "unknown"
180
job_queue_state = current_job_element.getAttribute('state')
181
job_num = int(current_job_element.getElementsByTagName(
182
'JB_job_number')[0].childNodes[0].data)
0 commit comments