File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,12 +196,12 @@ def _parse_qstat_job_list(self, xml_job_list):
196
196
job_queue_state , job_time , job_queue_name , job_slots )
197
197
sge_debug_print ("Updating job: {0}" .format (
198
198
self ._task_dictionary [task_id ]))
199
- current_jobs_parsed .append (job_num )
199
+ current_jobs_parsed .append (task_id )
200
200
# Changed from job_num as "in" is used to check which does not cast
201
201
else :
202
202
# Any Job that was not explicitly added with qsub command is
203
203
# out of scope
204
- self ._out_of_scope_jobs .append (int ( task_id ) )
204
+ self ._out_of_scope_jobs .append (task_id )
205
205
206
206
# To ensure that every job is in the dictionary has a state reported
207
207
# by the SGE environment, it is necessary to explicitly check jobs
You can’t perform that action at this time.
0 commit comments