Minor fix in console output (superfluous space)
This commit is contained in:
parent
89f4b687f2
commit
532f664001
1 changed files with 2 additions and 2 deletions
|
|
@ -3301,8 +3301,8 @@ def start(options, input, output):
|
|||
|
||||
# GZ: not using globals would be good too
|
||||
if not options.quiet:
|
||||
print(' File:', input.name, \
|
||||
os.linesep + ' Time taken:', str(end-start) + 's' + os.linesep, \
|
||||
print(' File:', input.name, os.linesep + \
|
||||
' Time taken:', str(end-start) + 's', os.linesep + \
|
||||
getReport(), file=sys.stderr)
|
||||
|
||||
oldsize = len(in_string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue