ensure that we don't call JOB-STATUS und running jobs

This commit is contained in:
eknauel 2005-08-12 13:28:54 +00:00
parent 172d0e543a
commit c9f986f8cc
1 changed files with 3 additions and 1 deletions

View File

@ -179,7 +179,9 @@
(,(if (job-end-time job) (job-status job) #f)
"status:"
,(format-job-status job))
,(if (job-end-time job)
(format-job-status job)
"n/a"))
(,(job-start-time job)
"start:"