Skip to content

Commit 3280b00

Browse files
authored
Update driver_cache.py (#666)
1 parent 8eba22b commit 3280b00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webdriver_manager/core/driver_cache.py

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def __get_binary(self, files, driver_name):
6868
for f in files:
6969
if 'LICENSE' in f:
7070
continue
71+
if 'THIRD_PARTY' in f:
72+
continue
7173
if driver_name in f:
7274
return f
7375

0 commit comments

Comments
 (0)