aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCorentin Chary <corentin.chary@gmail.com>2012-07-26 21:31:10 +0200
committerCorentin Chary <corentin.chary@gmail.com>2012-07-26 21:31:10 +0200
commit6dce7707c8a144f149b15740fc81b38514682b63 (patch)
tree22ced2c540ba31879d10e72799489eaa24122ae5 /bin
parentdjeuscan: use crontabs and depends on djcelery migrations (diff)
downloadeuscan-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-xbin/euscan3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/euscan b/bin/euscan
index 441d479..4e2e10f 100755
--- a/bin/euscan
+++ b/bin/euscan
@@ -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)