Python: made all commands handle output to buffer object (e.g. stdout)

This commit is contained in:
Celine Mercier
2020-07-24 16:09:48 +02:00
parent 46ca693ca9
commit 8aa455ad8a
18 changed files with 511 additions and 213 deletions

View File

@ -74,7 +74,7 @@ def run(config):
if config['obi']['noprogressbar']:
pb = None
else:
pb = ProgressBar(withoutskip - skip, config, seconde=5)
pb = ProgressBar(withoutskip - skip, config)
i=0
for seq in iview :