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.
SeleniumManager.run()
1 parent 882afba commit 6d41ffdCopy full SHA for 6d41ffd
1 file changed
py/selenium/webdriver/common/selenium_manager.py
@@ -122,5 +122,4 @@ def run(args: List[str]) -> str:
122
123
if completed_proc.returncode:
124
raise WebDriverException(f"Unsuccessful command executed: {command}.\n{result}{stderr}")
125
- else:
126
- return result
+ return result
0 commit comments