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 4364604 commit 813259aCopy full SHA for 813259a
1 file changed
Tools/inspection/oracle_external_inspection.py
@@ -104,7 +104,6 @@ def target_process(code, warmup):
104
proc = subprocess.Popen(
105
[sys.executable, tmp_name],
106
stdout=subprocess.DEVNULL,
107
- stderr=subprocess.DEVNULL,
108
)
109
time.sleep(warmup)
110
if proc.poll() is not None:
0 commit comments