ensure that we don't call JOB-STATUS und running jobs
This commit is contained in:
parent
172d0e543a
commit
c9f986f8cc
|
@ -179,7 +179,9 @@
|
||||||
|
|
||||||
(,(if (job-end-time job) (job-status job) #f)
|
(,(if (job-end-time job) (job-status job) #f)
|
||||||
"status:"
|
"status:"
|
||||||
,(format-job-status job))
|
,(if (job-end-time job)
|
||||||
|
(format-job-status job)
|
||||||
|
"n/a"))
|
||||||
|
|
||||||
(,(job-start-time job)
|
(,(job-start-time job)
|
||||||
"start:"
|
"start:"
|
||||||
|
|
Loading…
Reference in New Issue