Skip to content

Commit

Permalink
Fix indentation error (#2539)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliterate authored and lukeis committed Aug 3, 2016
1 parent 2421617 commit 055325c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/safari/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(self, executable_path=None, port=0,
- desired_capabilities: Dictionary object with desired capabilities (Can be used to provide various Safari switches).
"""
if not executable_path is None:
executable_path = os.environ.get("SELENIUM_SERVER_JAR")
executable_path = os.environ.get("SELENIUM_SERVER_JAR")
self.service = Service(executable_path, port=port, quiet=quiet, use_legacy=use_legacy_driver)
self.service.start()

Expand Down

0 comments on commit 055325c

Please sign in to comment.