Update patcher.py
This commit is contained in:
parent
8049384e5a
commit
f3a8a62908
|
@ -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