Don't eat exceptions, that's a bad habit.

This commit is contained in:
Tommi Virtanen 2011-07-20 10:30:51 -07:00
parent 648ddbb761
commit 4cd4131dd7

View 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: