Help Center> FunctionGraph> FAQs> General FAQs> What Should I Do If the os.system("command &") Execution Logs Are Not Collected?
Updated on 2022-08-19 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.

General FAQs FAQs

more