forked from TrueCloudLab/s3-tests
fix yml format in readwrite tool
Now will print the chunks out one line per chunk instead of splitting them accross multiple lines.
This commit is contained in:
parent
1e991bc4bc
commit
33876b0dae
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ def main():
|
|||
q.put(StopIteration)
|
||||
gevent.spawn_later(options.duration, stop)
|
||||
|
||||
yaml.safe_dump_all(q, stream=sys.stdout, default_flow_style=False)
|
||||
yaml.safe_dump_all(q, stream=sys.stdout)
|
||||
|
||||
finally:
|
||||
# cleanup
|
||||
|
|
Loading…
Reference in a new issue