31
31
If you want to be certain that the first, and only the first, error is raised,
35
35
operation.add_cleanup(cleanup_something)
38
38
This is more inconvenient (because you need to make every try block a
39
39
function), but will ensure that the first error encountered is the one raised,