mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Cosmetic changes
This commit is contained in:
parent
d8f1565f5b
commit
941bb157cc
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class TestBaseServerRequests(BaseTest):
|
||||||
DisabledRedirectHandler)
|
DisabledRedirectHandler)
|
||||||
|
|
||||||
def teardown(self):
|
def teardown(self):
|
||||||
self.shutdown_socket.sendall(b" ")
|
self.shutdown_socket.close()
|
||||||
try:
|
try:
|
||||||
self.thread.join()
|
self.thread.join()
|
||||||
except RuntimeError: # Thread never started
|
except RuntimeError: # Thread never started
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue