import: pypi: Improve warning message.
* guix/import/pypi.scm (guess-requirements): Add missing newline and quotes in warning.
This commit is contained in:
parent
606a106fcc
commit
dee2b3bdb9
@ -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)
|
||||
'())))
|
||||
'())))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user