From: Steven Berler Date: Fri, 22 Jul 2011 20:38:05 +0000 (-0700) Subject: fix yml format in readwrite tool X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=33876b0daeb2a3b42aafbe374340a4e5e24d9021;p=s3-tests.git fix yml format in readwrite tool Now will print the chunks out one line per chunk instead of splitting them accross multiple lines. --- diff --git a/s3tests/rand_readwrite.py b/s3tests/rand_readwrite.py index 1fe8a34d..7796ce31 100644 --- a/s3tests/rand_readwrite.py +++ b/s3tests/rand_readwrite.py @@ -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