forked from TrueCloudLab/s3-tests
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)
|
yaml.safe_dump_all(q, stream=sys.stdout, default_flow_style=False)
|
||||||
|
|
||||||
except Exception as e:
|
|
||||||
print e
|
|
||||||
finally:
|
finally:
|
||||||
# cleanup
|
# cleanup
|
||||||
if options.cleanup:
|
if options.cleanup:
|
||||||
|
|
Loading…
Reference in a new issue