forked from docs/doc-exports
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>
12 lines
753 B
HTML
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 &")</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 &")</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>
|
|
|