Python: made all commands handle output to buffer object (e.g. stdout)
This commit is contained in:
@ -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 :
|
||||
|
Reference in New Issue
Block a user