chore: improved docstring for logging_mp_handle
This commit is contained in:
@@ -25,8 +25,8 @@ def logging_mp_setup(log_queue: Queue, verbosity: int):
|
|||||||
|
|
||||||
def logging_mp_handle(q: Queue):
|
def logging_mp_handle(q: Queue):
|
||||||
"""
|
"""
|
||||||
Handle logging in a child process.
|
Handle logging from a child process.
|
||||||
Must be called in the child process after logging.
|
Must be called in the parent process to handle log messages from the child process.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user