fix pylinthome warning

This commit is contained in:
Damien Elmes 2021-10-03 12:23:52 +10:00
parent 63eb673f60
commit 142b13c146

View file

@ -21,5 +21,6 @@ if __name__ == "__main__":
"-j",
str(min(4, multiprocessing.cpu_count())),
"-v",
"--persistent=no",
]
)