substitute: Remove extra 'newline' call.
This led to extra "substitute:" lines since commitmaster79c6614f58
or thereabouts. * guix/scripts/substitute.scm (fetch-narinfos): Remove extra 'newline' call, which can be traced back tod3a652037e
(2015).
parent
9673402d02
commit
d5a1b0e86f
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2014 Nikita Karetnikov <nikita@karetnikov.org>
|
||||
;;; Copyright © 2018 Kyle Meyer <kyle@kyleam.com>
|
||||
;;;
|
||||
|
@ -708,7 +708,6 @@ port to it, or, if connection failed, print a warning and return #f. Pass
|
|||
#:port port))
|
||||
'()))
|
||||
open-connection-for-uri/maybe)))
|
||||
(newline (current-error-port))
|
||||
result))
|
||||
((file #f)
|
||||
(let* ((base (string-append (uri-path uri) "/"))
|
||||
|
|
Reference in New Issue