Skip to content

Commit 559a20b

Browse files
authored
Hide STDERR output when looking for proper browser executable. (#653)
1 parent d3c1eb5 commit 559a20b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webdriver_manager/core/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def read_version_from_cmd(cmd, pattern):
4040
cmd,
4141
stdout=subprocess.PIPE,
4242
stdin=subprocess.DEVNULL,
43+
stderr=subprocess.DEVNULL,
4344
shell=True,
4445
) as stream:
4546
stdout = stream.communicate()[0].decode()

0 commit comments

Comments
 (0)