Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の python スクリプト コード スニペットで問題が発生しています。
p = subprocess.Popen([cmd,classname],stdout=subprocess.PIPE) (stdout, stderr) = p.communicate()
stdout の長さは固定の 7850 であると想定されていますが、それよりもはるかに短い長さ (約 100 程度) を取得し続けています。誰かが問題が何であるかを説明してもらえますか?