Skip to content

Commit

Permalink
works!
Browse files Browse the repository at this point in the history
  • Loading branch information
louisponet committed Jun 8, 2018
1 parent 6942bbc commit 1228c05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/job.jl
Expand Up @@ -873,7 +873,6 @@ function isrunning(job::DFJob)
end
isempty(str) && return false
splstr = split(str)
println(splstr)
for (i,s) in enumerate(splstr)
if s=="job_state"
return any(splstr[i+2] .== ["Q","R"])
Expand Down

0 comments on commit 1228c05

Please sign in to comment.