From 07fb21b231b8d86cc17beff64111759b972ffcac Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 26 Mar 2014 16:27:24 +0100 Subject: offload: Remove erroneous 'close-pipe' call. * guix/scripts/offload.scm (send-files): Remove 'close-pipe' call from 'guard' handler ('pipe' here referred to Guile's 'pipe' procedure.) --- guix/scripts/offload.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'guix/scripts/offload.scm') diff --git a/guix/scripts/offload.scm b/guix/scripts/offload.scm index 6f04cf3b8a..d06dd744a8 100644 --- a/guix/scripts/offload.scm +++ b/guix/scripts/offload.scm @@ -376,7 +376,6 @@ (define (missing-files files) (warning (_ "failed to export files for '~a': ~s~%") (build-machine-name machine) c) - (false-if-exception (close-pipe pipe)) #f)) ;; Compute the subset of FILES missing on MACHINE, and send them in -- cgit v1.2.3