Remove vulture exclude
Looks like it was removed in
d35e73deda
,
and passing [] seems to be equal to the default nowadays anyways.
This commit is contained in:
parent
8a0b7b9441
commit
f1fc078dc1
@ -143,7 +143,7 @@ def run(files):
|
|||||||
|
|
||||||
whitelist_file.close()
|
whitelist_file.close()
|
||||||
|
|
||||||
vult = vulture.Vulture(exclude=[], verbose=False)
|
vult = vulture.Vulture(verbose=False)
|
||||||
vult.scavenge(files + [whitelist_file.name])
|
vult.scavenge(files + [whitelist_file.name])
|
||||||
|
|
||||||
os.remove(whitelist_file.name)
|
os.remove(whitelist_file.name)
|
||||||
|
Loading…
Reference in New Issue
Block a user