Commit 89282afa authored by Vinay Sajip's avatar Vinay Sajip

Changed order of cleanup operations to be more sensible.

parent 39687ee9
......@@ -2360,8 +2360,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