handlers: Add fail_on_exception handler.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sat, 7 Aug 2010 18:48:53 +0000 (20:48 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sat, 7 Aug 2010 18:48:53 +0000 (20:48 +0200)
commit96f1913c89c0d934c9b75ff9fae2c0eda44e4823
tree08e00cb75f427331aa1ea54c1b6fec9818eb0220
parent83ac2051e6b8583650fa9ce295afe8c61526b692
handlers: Add fail_on_exception handler.

This decorator is meant for methods on Action subclasses and records
failure when the decorated method throws an exception.
src/lib/backupninja/handlers/__init__.py