CoBrALab / qbatch

The Unlicense
27 stars 13 forks source link

fix PBS system detection #142

Closed bcdarwin closed 7 years ago

bcdarwin commented 7 years ago

fix typo and add check for pbs-config executable in case PBS_DEFAULT isn't set

slight refactor to only open /dev/null once since I used it again (and close it afterwards)

gdevenyi commented 7 years ago

Thanks @bcdarwin, this fails on pep8 testing, can you refactor?

bcdarwin commented 7 years ago

@gdevenyi fixed