aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-05-09 09:06:18 +0100
committerChristopher Baines <mail@cbaines.net>2020-05-09 09:06:18 +0100
commit3e6d0b1b4b18be725e1a8752e2fa9637df6a2719 (patch)
tree51da06d14c0866be799dc082595be5a37a8253f4
parent1ad69ee934611bc7935a9c48dd144e44285b9e19 (diff)
downloadbuild-coordinator-3e6d0b1b4b18be725e1a8752e2fa9637df6a2719.tar
build-coordinator-3e6d0b1b4b18be725e1a8752e2fa9637df6a2719.tar.gz
Have the proc when reading logs from agents return #t
This is probably good practice.
-rw-r--r--guix-build-coordinator/agent-messaging/http.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix-build-coordinator/agent-messaging/http.scm b/guix-build-coordinator/agent-messaging/http.scm
index b60065f..e31575d 100644
--- a/guix-build-coordinator/agent-messaging/http.scm
+++ b/guix-build-coordinator/agent-messaging/http.scm
@@ -325,7 +325,8 @@ port. Also, the port used can be changed by passing the --port option.\n"
(base64-decode line
base64-alphabet
output-port)
- (loop (get-line body))))))))
+ (loop (get-line body))))))
+ #t))
(no-content)
(render-json
"error"