~ruther/guix-local

dee2b3bdb9c533f3b2b3dafb9047bacfe48ab94f — Ludovic Courtès 10 years ago 606a106
import: pypi: Improve warning message.

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

M guix/import/pypi.scm
M guix/import/pypi.scm => guix/import/pypi.scm +2 -1
@@ 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)
                '())))
        '())))