mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-25 03:47:22 +00:00
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)
|
q.put(StopIteration)
|
||||||
gevent.spawn_later(options.duration, stop)
|
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:
|
finally:
|
||||||
# cleanup
|
# cleanup
|
||||||
|
|
Loading…
Reference in a new issue