Skip to content
Snippets Groups Projects
Unverified Commit 7697735f authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

database: Fix "db-get-worker".

* src/cuirass/database.scm (db-get-worker): Handle the case where no worker
were found.
parent da93cb96
No related branches found
No related tags found
No related merge requests found
......@@ -1415,7 +1415,8 @@ WHERE name = " name ";"))
(address address)
(machine machine)
(systems (string-split systems #\,))
(last-seen last-seen))))))
(last-seen last-seen)))
(else #f))))
(define (db-get-workers)
"Return the workers in Workers table."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment