From 6817d044a292c03411cec64cc9d17c5cca9d7605 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 23 May 2020 13:41:25 +0100 Subject: Fix re-queuing jobs --- guix-build-coordinator/utils.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-build-coordinator/utils.scm b/guix-build-coordinator/utils.scm index 28e245d..27f1988 100644 --- a/guix-build-coordinator/utils.scm +++ b/guix-build-coordinator/utils.scm @@ -561,7 +561,7 @@ References: ~a~%" "exception when handling job: ~A\n" exn) ;; Add the job back to the queue so that it's tried again - (process-job job-args)) + (apply process-job job-args)) (lambda () (apply proc job-args)) #:unwind? #t) -- cgit v1.2.3