Help Center/ FunctionGraph/ User Guide (Kuala Lumpur Region)/ FAQs/ General FAQs/ What Should I Do If the os.system("command &") Execution Logs Are Not Collected?
Updated on 2023-07-06 GMT+08:00

What Should I Do If the os.system("command &") Execution Logs Are Not Collected?

Do not use os.system("command &"). The background command output will not be collected. To obtain the command output, use subprocess.Popen instead.