We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eceb00 commit 8ef0752Copy full SHA for 8ef0752
src/etc/mklldeps.py
@@ -49,7 +49,7 @@
49
50
args = [llconfig, '--libs']
51
args.extend(components)
52
- proc = subprocess.Popen(args, stdout = subprocess.PIPE)
+ proc = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
53
out, err = proc.communicate()
54
55
if err:
0 commit comments