Skip to content

Commit

Permalink
isrunning better
Browse files Browse the repository at this point in the history
  • Loading branch information
louisponet committed Jun 7, 2018
1 parent 3b5a015 commit 758c9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job.jl
Expand Up @@ -875,7 +875,7 @@ function isrunning(job::DFJob)
splstr = split(str)
for (i,s) in enumerate(splstr)
if s=="job_state"
return any(splstr[i+1] .== ["Q","R"])
return any(splstr[i+1] .== ['Q','R'])
end
end
end

0 comments on commit 758c9cb

Please sign in to comment.