chore: improved docstring for logging_mp_handle

This commit is contained in:
Matthias
2024-11-11 19:53:59 +01:00
parent 81a622a9fa
commit f05f173d23

View File

@@ -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: