Closed sindreij closed 8 years ago
As I reported in issue #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
Thanks!
As I reported in issue #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