diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-07-21 10:02:32 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-21 21:14:33 +0200 |
| commit | dee2b3bdb9c533f3b2b3dafb9047bacfe48ab94f (patch) | |
| tree | 1aed5f09beac2f800256b2c1ea9ce09c4da96dde | |
| parent | 606a106fcc6e820e8b3a3c8b646d68a753f1fd09 (diff) | |
import: pypi: Improve warning message.
* guix/import/pypi.scm (guess-requirements): Add missing newline and quotes in
warning.
| -rw-r--r-- | 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 cf0a7bbdaf4..10d5bad0174 100644 --- a/guix/import/pypi.scm +++ b/guix/import/pypi.scm | |||
| @@ -164,7 +164,8 @@ cannot determine package dependencies")) | |||
| 164 | (delete-file req-file) | 164 | (delete-file req-file) |
| 165 | (rmdir dirname))) | 165 | (rmdir dirname))) |
| 166 | (begin | 166 | (begin |
| 167 | (warning (_ "tar xf failed with exit code ~a") exit-code) | 167 | (warning (_ "'tar xf' failed with exit code ~a\n") |
| 168 | exit-code) | ||
| 168 | '()))) | 169 | '()))) |
| 169 | '()))) | 170 | '()))) |
| 170 | 171 | ||
