doc-exports/docs/fg/umn/functiongraph_03_0849.html
Chen, Junjie dac566cf2f FG UMN 20230725 version
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com>
Co-authored-by: Chen, Junjie <chenjunjie@huawei.com>
Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
2024-04-03 10:30:56 +00:00

12 lines
753 B
HTML

<a name="functiongraph_03_0849"></a><a name="functiongraph_03_0849"></a>
<h1 class="topictitle1">What Should I Do If the <strong id="b739337141315">os.system("command &amp;")</strong> Execution Logs Are Not Collected?</h1>
<div id="body0000001271352952"><p id="functiongraph_03_0849__p1991425832513">Do not use <strong id="functiongraph_03_0849__b196151317193814">os.system("command &amp;")</strong>. The background command output will not be collected. To obtain the command output, use <strong id="functiongraph_03_0849__b182141527153917">subprocess.Popen</strong> instead.</p>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="functiongraph_03_0110_00.html">General FAQs</a></div>
</div>
</div>