Commit e5d3bc47 authored by Vinay Sajip's avatar Vinay Sajip

Changed order of cleanup operations to be more sensible.

parent dee8dadf
......@@ -1906,8 +1906,8 @@ class HandlerTest(BaseTest):
r = logging.makeLogRecord({'msg': 'testing' })
h.handle(r)
finally:
h.close()
remover.join()
h.close()
if os.path.exists(fn):
os.unlink(fn)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment