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 4f0434c commit 1209a02Copy full SHA for 1209a02
py/selenium/webdriver/common/service.py
@@ -65,7 +65,7 @@ def __init__(
65
elif log_output is None or log_output == subprocess.DEVNULL:
66
self.log_output = subprocess.DEVNULL
67
else:
68
- self.log_output = cast(Union[int, IOBase],log_output)
+ self.log_output = cast(Union[int, IOBase], log_output)
69
70
self.port = port or utils.free_port()
71
# Default value for every python subprocess: subprocess.Popen(..., creationflags=0)
0 commit comments