guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-offload updated: tmp12


From: Mathieu Othacehe
Subject: branch wip-offload updated: tmp12
Date: Thu, 17 Dec 2020 11:15:46 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch wip-offload
in repository guix-cuirass.

The following commit(s) were added to refs/heads/wip-offload by this push:
     new 4e5f982  tmp12
4e5f982 is described below

commit 4e5f982edf1d902923faa0765a367c503122df8b
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Dec 17 17:15:39 2020 +0100

    tmp12
---
 src/cuirass/remote-server.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cuirass/remote-server.scm b/src/cuirass/remote-server.scm
index 0c166bb..fcc5c76 100644
--- a/src/cuirass/remote-server.scm
+++ b/src/cuirass/remote-server.scm
@@ -210,8 +210,8 @@ work for the worker with the given NAME."
           (list client
                 (make-bytevector 0)
                 (string->bv
-                 (zmq-workers
-                  (pk (hash-fold (lambda (key value old)
+                 (pk (zmq-workers
+                      (hash-fold (lambda (key value old)
                                    (cons (worker->sexp value) old))
                                  '()
                                  %workers)))))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]