Help Center> FunctionGraph> User Guide (ME-Abu Dhabi Region)> FAQs> General FAQs> What Should I Do If the os.system("command &") Execution Logs Are Not Collected?
Updated on 2023-05-09 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.