mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue