mirror of https://github.com/python/cpython.git
Fix extraneous whitespace in QueueListener.prepare (GH-13803)
This commit is contained in:
parent
f0b5ae4567
commit
800d786370
|
@ -1437,7 +1437,7 @@ def start(self):
|
||||||
t.daemon = True
|
t.daemon = True
|
||||||
t.start()
|
t.start()
|
||||||
|
|
||||||
def prepare(self , record):
|
def prepare(self, record):
|
||||||
"""
|
"""
|
||||||
Prepare a record for handling.
|
Prepare a record for handling.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue