guix-commits
[Top][All Lists]
Advanced

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

03/07: substitute: Remove extra 'newline' call.


From: guix-commits
Subject: 03/07: substitute: Remove extra 'newline' call.
Date: Wed, 13 Jan 2021 10:27:43 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit d5a1b0e86f248edd53c785b910b5d51ee708b0fc
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jan 13 15:45:24 2021 +0100

    substitute: Remove extra 'newline' call.
    
    This led to extra "substitute:" lines since commit
    79c6614f58a57b985daf8940766319e440311db0 or thereabouts.
    
    * guix/scripts/substitute.scm (fetch-narinfos): Remove extra 'newline'
    call, which can be traced back to
    d3a652037ef879f9279bc056c43d15ba7afcbb25 (2015).
---
 guix/scripts/substitute.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/guix/scripts/substitute.scm b/guix/scripts/substitute.scm
index e53de8c..d5dff69 100755
--- a/guix/scripts/substitute.scm
+++ b/guix/scripts/substitute.scm
@@ -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) "/"))



reply via email to

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