Skip to content

Commit 055325c

Browse files
elliteratelukeis
authored andcommitted
Fix indentation error (#2539)
1 parent 2421617 commit 055325c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/safari/webdriver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(self, executable_path=None, port=0,
4646
- desired_capabilities: Dictionary object with desired capabilities (Can be used to provide various Safari switches).
4747
"""
4848
if not executable_path is None:
49-
executable_path = os.environ.get("SELENIUM_SERVER_JAR")
49+
executable_path = os.environ.get("SELENIUM_SERVER_JAR")
5050
self.service = Service(executable_path, port=port, quiet=quiet, use_legacy=use_legacy_driver)
5151
self.service.start()
5252

0 commit comments

Comments
 (0)