summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2014-07-09 12:28:16 +0100
committerAlex Bennée <alex.bennee@linaro.org>2014-07-09 12:28:16 +0100
commit16410c0e53690ef7477f2e06ca2c3e0bd2aa8f3c (patch)
tree6aae26f451dd5d619d15609323468c636346ff24
parent3ba5965fba7111ae5596f4d0eb22bf2e20f7aa1e (diff)
lava-list-mode: refresh if we haven't got actual_device_id
This only exists once the job is up and running.
-rw-r--r--lava-job-list-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lava-job-list-mode.el b/lava-job-list-mode.el
index 85211bd..d6aa2a1 100644
--- a/lava-job-list-mode.el
+++ b/lava-job-list-mode.el
@@ -148,7 +148,7 @@ Letters do not insert themselves; instead, they are commands.
(let* ((info-hash (lava-jobs-get-hash job))
(jobid (gethash "job_id" info-hash)))
(lava-job-status jobid)
- (unless (gethash "description" info-hash)
+ (unless (gethash "actual_device_id" info-hash)
(lava-job-list-get-details jobid))))))
(defun lava-job-list--refresh ()