mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Explicitly close log in test server
This commit is contained in:
parent
aafab9c10b
commit
8185000d0b
@ -144,6 +144,7 @@ class TestServer(Thread):
|
||||
self.log.error('Failed to stop server with error:', e)
|
||||
self.join(self.loop.opts.shutdown_timeout)
|
||||
self.loop.close_control_connection()
|
||||
self.log.close()
|
||||
|
||||
def connect(self, timeout=None, interface=None):
|
||||
if timeout is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user