cbaines pushed a commit to branch master
in repository data-service.
commit 20ad81f0d40bfd2f2e8d124dd58e8af2b5b00159
Author: Christopher Baines <[email protected]>
AuthorDate: Tue Feb 13 10:35:04 2024 +0000
Further fix handling exceptions when computing channel instances
---
guix-data-service/jobs/load-new-guix-revision.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix-data-service/jobs/load-new-guix-revision.scm
b/guix-data-service/jobs/load-new-guix-revision.scm
index 0dc43a7..8531edf 100644
--- a/guix-data-service/jobs/load-new-guix-revision.scm
+++ b/guix-data-service/jobs/load-new-guix-revision.scm
@@ -1195,7 +1195,7 @@
"ignoring ~A for ~A\n"
exn
system)
- #f)
+ (cons system #f))
(raise-exception exn)))
(lambda ()
(with-throw-handler #t