Skip to content

Commit

Permalink
Update driver_cache.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jheesbrough committed Jul 24, 2024
1 parent 8eba22b commit 3e493a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webdriver_manager/core/driver_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ def __get_binary(self, files, driver_name):
for f in files:
if 'LICENSE' in f:
continue
if 'THIRD_PARTY' in f:
continue
if driver_name in f:
return f

Expand Down

0 comments on commit 3e493a2

Please sign in to comment.