guix-commits
[Top][All Lists]
Advanced

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

01/03: import: pypi: Improve warning message.


From: Ludovic Courtès
Subject: 01/03: import: pypi: Improve warning message.
Date: Tue, 21 Jul 2015 19:32:44 +0000

civodul pushed a commit to branch master
in repository guix.

commit dee2b3bdb9c533f3b2b3dafb9047bacfe48ab94f
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jul 21 10:02:32 2015 +0200

    import: pypi: Improve warning message.
    
    * guix/import/pypi.scm (guess-requirements): Add missing newline and quotes 
in
      warning.
---
 guix/import/pypi.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm
index cf0a7bb..10d5bad 100644
--- a/guix/import/pypi.scm
+++ b/guix/import/pypi.scm
@@ -164,7 +164,8 @@ cannot determine package dependencies"))
                   (delete-file req-file)
                   (rmdir dirname)))
               (begin
-                (warning (_ "tar xf failed with exit code ~a") exit-code)
+                (warning (_ "'tar xf' failed with exit code ~a\n")
+                         exit-code)
                 '())))
         '())))
 



reply via email to

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