summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_logging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index 42c873a9d6..16b3fb6ce0 100644
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -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)