Skip to content

Commit

Permalink
clean up chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyPirogov committed Jul 25, 2023
1 parent f97f901 commit 7cc4d04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webdriver_manager/chrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def __init__(

def install(self) -> str:
driver_path = self._get_driver_binary_path(self.driver)
# if all(test_os not in driver_path for test_os in ["mac_arm64", "mac_x64"]):
os.chmod(driver_path, 0o755)
return driver_path

Expand Down

0 comments on commit 7cc4d04

Please sign in to comment.