Skip to content

Commit

Permalink
[py] fix failing linter
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Nov 26, 2023
1 parent c6df30c commit 83348f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/common/selenium_manager.py
Expand Up @@ -51,7 +51,7 @@ def get_binary() -> Path:
"cygwin": "windows",
"linux": "linux",
"freebsd": "linux",
"openbsd": "linux"
"openbsd": "linux",
}

directory = dirs.get(sys.platform)
Expand Down

0 comments on commit 83348f4

Please sign in to comment.