mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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.)
This commit is contained in:
parent
6c41cce0be
commit
07fb21b231
1 changed files with 0 additions and 1 deletions
|
@ -376,7 +376,6 @@ (define (missing-files files)
|
||||||
(warning (_ "failed to export files for '~a': ~s~%")
|
(warning (_ "failed to export files for '~a': ~s~%")
|
||||||
(build-machine-name machine)
|
(build-machine-name machine)
|
||||||
c)
|
c)
|
||||||
(false-if-exception (close-pipe pipe))
|
|
||||||
#f))
|
#f))
|
||||||
|
|
||||||
;; Compute the subset of FILES missing on MACHINE, and send them in
|
;; Compute the subset of FILES missing on MACHINE, and send them in
|
||||||
|
|
Loading…
Reference in a new issue