From 551efc525fd79380478650b0f6782d29fd4611b4 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 22 Dec 2020 18:28:47 +0000 Subject: Fix another number -> boolean change --- guix-build-coordinator/build-allocator.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix-build-coordinator/build-allocator.scm') diff --git a/guix-build-coordinator/build-allocator.scm b/guix-build-coordinator/build-allocator.scm index dbf09d0..309f6dd 100644 --- a/guix-build-coordinator/build-allocator.scm +++ b/guix-build-coordinator/build-allocator.scm @@ -292,7 +292,7 @@ (begin (for-each (lambda (build) - (when (and (eq? 0 (assq-ref build 'processed)) + (when (and (not (assq-ref build 'processed)) ;; The build might not be included ;; in tis allocation, so skip it ;; if it isn't -- cgit v1.2.3