Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now iter() calls finish even on an exception
As I reported in issue verigak#14 raising an exception in a loop over a iterator got from a iter() call will not finalize the bar. This commit uses a try, finally block to ensure that finish is always called
- Loading branch information