relleums / qstat

parse Grid Engine qstat job info list into a list of python dicts
GNU General Public License v3.0
12 stars 3 forks source link

Bug fix. Added type check to avoid error on cases with only 1 job #3

Closed tomaso909 closed 4 years ago

tomaso909 commented 5 years ago

Bug fix that covers cases where there is only 1 job running or waiting in the queue.

relleums commented 4 years ago

Dear tomaso909, thank you so much!

relleums commented 4 years ago

I will add unit-tests