Skip to content

Commit 813259a

Browse files
committed
-stderr=subprocess.DEVNULL,
1 parent 4364604 commit 813259a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tools/inspection/oracle_external_inspection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def target_process(code, warmup):
104104
proc = subprocess.Popen(
105105
[sys.executable, tmp_name],
106106
stdout=subprocess.DEVNULL,
107-
stderr=subprocess.DEVNULL,
108107
)
109108
time.sleep(warmup)
110109
if proc.poll() is not None:

0 commit comments

Comments
 (0)