You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raisee,"REXML::ParseException error and command '#{argv.join(' ')}' produced results that didn't contain string 'unknown_jobs'. ParseException: #{e.message}"
111
111
end
112
-
rescueDRMAA::DRMAAInvalidJobError# raised when job is not found
112
+
rescueStandardError=>e
113
+
# Note that DRMAA is not guaranteed to be defined, hence the tests
114
+
raiseeunless(can_use_drmaa? && e.is_a?(DRMAA::DRMAAInvalidJobError))# raised when job is not found
0 commit comments