]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
Don't eat exceptions, that's a bad habit.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 20 Jul 2011 17:30:51 +0000 (10:30 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 20 Jul 2011 18:06:30 +0000 (11:06 -0700)
s3tests/rand_readwrite.py

index bc613efdc3a7fd57555fc8b0a52161763c4b0de1..be612a4c593ac295b07300c0b6cfec5cb27836f5 100644 (file)
@@ -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: