Merge pull request #1439 from ultrafunkamsterdam/ultrafunkamsterdam-patch-1
fix using older driver binary when present in directory
This commit is contained in:
commit
5edd9a71ca
|
@ -116,7 +116,7 @@ class Patcher(object):
|
||||||
# # -1 being a skip value used later in this block
|
# # -1 being a skip value used later in this block
|
||||||
#
|
#
|
||||||
p = pathlib.Path(self.data_path)
|
p = pathlib.Path(self.data_path)
|
||||||
if self.user_multiprocs:
|
if self.user_multi_procs:
|
||||||
with Lock():
|
with Lock():
|
||||||
files = list(p.rglob("*chromedriver*?"))
|
files = list(p.rglob("*chromedriver*?"))
|
||||||
for file in files:
|
for file in files:
|
||||||
|
|
Loading…
Reference in New Issue