We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb9261 commit 3b2c52bCopy full SHA for 3b2c52b
OTHERS/MultiprocessingLogger/main.py
@@ -20,7 +20,6 @@ def process_target(queue: multiprocessing.Queue, input: str):
20
21
22
def main(is_pool: bool):
23
- print(is_pool)
24
logger_helper = MultiProcesses_Logging_Helper()
25
26
if is_pool:
0 commit comments