Closed GoogleCodeExporter closed 9 years ago
close_log_handler is called in multiple places in this method, depending on if
the code exited successfully or unsuccessfully.
Simply move all calls to close_log_handler() to a finally: block at the end and
remove the others. This will guarantee closure.
Original comment by davehil...@gmail.com
on 17 Jun 2014 at 2:57
Added a finally block and a call to close_log_handler in it.
Original comment by rd.alt.5...@gmail.com
on 17 Jun 2014 at 3:53
Changed status to fixed
Original comment by rd.alt.5...@gmail.com
on 18 Jun 2014 at 2:00
Original comment by davehil...@gmail.com
on 18 Jun 2014 at 6:37
verified
Original comment by davehil...@gmail.com
on 31 Jul 2014 at 6:43
Original issue reported on code.google.com by
davehil...@gmail.com
on 17 Jun 2014 at 2:54