Re-raise the catched exception after rollback

This commit is contained in:
Anders Ingemann 2014-04-07 21:47:05 +02:00
parent ef1ab7692a
commit bb680b28c5

View file

@ -98,3 +98,4 @@ def run(args):
# Run the rollback tasklist
rollback_tasklist.run(info=bootstrap_info, dry_run=args.dry_run)
log.info('Successfully completed rollback')
raise e