79828771

Date: 2025-11-24 14:54:05
Score: 2.5
Natty:
Report link

Would not p.communicate() help in this case?

stdout, stderr = p.communicate()

this way the python could actually request the return message and wait for the process to finish.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: JohnyCapo