Skip to content

Commit

Permalink
Merge pull request #1439 from ultrafunkamsterdam/ultrafunkamsterdam-p…
Browse files Browse the repository at this point in the history
…atch-1

fix using older driver binary when present in directory
  • Loading branch information
ultrafunkamsterdam authored Aug 7, 2023
2 parents 8049384 + f3a8a62 commit 5edd9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion undetected_chromedriver/patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def auto(self, executable_path=None, force=False, version_main=None, _=None):
# # -1 being a skip value used later in this block
#
p = pathlib.Path(self.data_path)
if self.user_multiprocs:
if self.user_multi_procs:
with Lock():
files = list(p.rglob("*chromedriver*?"))
for file in files:
Expand Down

0 comments on commit 5edd9a7

Please sign in to comment.