Skip to content

Commit a49567e

Browse files
committed
Remove outdated comment
1 parent 54b964b commit a49567e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/pythoninfo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ def run_command(cmd, check=True, **kwargs):
463463
stderr=subprocess.DEVNULL,
464464
text=True,
465465
**kwargs)
466-
# ignore stderr
467466
with proc:
468467
try:
469468
stdout = proc.communicate(timeout=timeout)[0]

0 commit comments

Comments
 (0)