guix-commits
[Top][All Lists]
Advanced

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

branch wip-offload updated: tmp11


From: Mathieu Othacehe
Subject: branch wip-offload updated: tmp11
Date: Thu, 17 Dec 2020 11:11:59 -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 16fe5d4  tmp11
16fe5d4 is described below

commit 16fe5d4dde45240a8ef7eb038393c16a3432a971
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Dec 17 17:11:52 2020 +0100

    tmp11
---
 src/cuirass/remote.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/remote.scm b/src/cuirass/remote.scm
index 4937a4f..c6edf04 100644
--- a/src/cuirass/remote.scm
+++ b/src/cuirass/remote.scm
@@ -399,4 +399,4 @@ received, return if no event occured for TIMEOUT 
milliseconds."
     (when (zmq-socket-ready? items socket)
       (match (zmq-get-msg-parts-bytevector socket '())
         ((empty result)
-         (parse-result (bv->string result)))))))
+         (parse-result (pk (bv->string result))))))))



reply via email to

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