euscan: fix some \n issues

Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
This commit is contained in:
Corentin Chary
2012-07-26 21:31:10 +02:00
parent 8d65eaea1f
commit 6dce7707c8
3 changed files with 10 additions and 4 deletions

View File

@ -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)