mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
fix pylinthome warning
This commit is contained in:
parent
daf2e0a78f
commit
5dc385c9b7
1 changed files with 1 additions and 0 deletions
|
@ -21,5 +21,6 @@ if __name__ == "__main__":
|
||||||
"-j",
|
"-j",
|
||||||
str(min(4, multiprocessing.cpu_count())),
|
str(min(4, multiprocessing.cpu_count())),
|
||||||
"-v",
|
"-v",
|
||||||
|
"--persistent=no",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue