chore: improved docstring for logging_mp_handle

pull/10919/head
Matthias 1 year ago
parent 81a622a9fa
commit f05f173d23

@ -25,8 +25,8 @@ def logging_mp_setup(log_queue: Queue, verbosity: int):
def logging_mp_handle(q: Queue):
"""
Handle logging in a child process.
Must be called in the child process after logging.
Handle logging from a child process.
Must be called in the parent process to handle log messages from the child process.
"""
try:

Loading…
Cancel
Save