import: pypi: Improve warning message.

* guix/import/pypi.scm (guess-requirements): Add missing newline and quotes in
  warning.
master
Ludovic Courtès 2015-07-21 10:02:32 +02:00
parent 606a106fcc
commit dee2b3bdb9
1 changed files with 2 additions and 1 deletions

View File

@ -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)
'())))
'())))