From: Tommi Virtanen Date: Wed, 20 Jul 2011 17:30:51 +0000 (-0700) Subject: Don't eat exceptions, that's a bad habit. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4cd4131dd73ced68aaf6ff6fa3abbfd7501e5060;p=s3-tests.git Don't eat exceptions, that's a bad habit. --- diff --git a/s3tests/rand_readwrite.py b/s3tests/rand_readwrite.py index bc613efd..be612a4c 100644 --- a/s3tests/rand_readwrite.py +++ b/s3tests/rand_readwrite.py @@ -132,8 +132,6 @@ def main(): yaml.safe_dump_all(q, stream=sys.stdout, default_flow_style=False) - except Exception as e: - print e finally: # cleanup if options.cleanup: