diff options
author | Corentin Chary <corentin.chary@gmail.com> | 2012-07-26 21:31:10 +0200 |
---|---|---|
committer | Corentin Chary <corentin.chary@gmail.com> | 2012-07-26 21:31:10 +0200 |
commit | 6dce7707c8a144f149b15740fc81b38514682b63 (patch) | |
tree | 22ced2c540ba31879d10e72799489eaa24122ae5 /bin | |
parent | djeuscan: use crontabs and depends on djcelery migrations (diff) | |
download | euscan-6dce7707c8a144f149b15740fc81b38514682b63.tar.gz euscan-6dce7707c8a144f149b15740fc81b38514682b63.tar.bz2 euscan-6dce7707c8a144f149b15740fc81b38514682b63.zip |
euscan: fix some \n issues
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/euscan | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -308,6 +308,9 @@ def main(): "for more informations" ) + if not (CONFIG['format'] or CONFIG['quiet']) and len(queries) > 1: + print("") + if CONFIG['progress']: on_progress_gen.next() print("\n", file=sys.stderr) |