cgat-developers / ruffus

CGAT-ruffus is a lightweight python module for running computational pipelines
MIT License
173 stars 34 forks source link

Fix handling of various unsuccessful terminations from DRMAA. #41

Closed alecw closed 9 years ago

alecw commented 9 years ago

wasAborted, hasSignal and hasExited are mutually exclusive, so they need to be at same level of if/elif checking.

Change triple-quote character to work better with emacs python mode.