mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-25 03:47:22 +00:00
Don't eat exceptions, that's a bad habit.
This commit is contained in:
parent
648ddbb761
commit
4cd4131dd7
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue