mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
fix incorrect folder name in pylib mypy invocation
This commit is contained in:
parent
366d5ca9e3
commit
1b60f07e51
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ if __name__ == "__main__":
|
||||||
"--config-file",
|
"--config-file",
|
||||||
ini,
|
ini,
|
||||||
"--cache-dir",
|
"--cache-dir",
|
||||||
Path(tempfile.gettempdir()) / ".mypy-anki-qt",
|
Path(tempfile.gettempdir()) / ".mypy-anki-pylib",
|
||||||
"--sqlite-cache",
|
"--sqlite-cache",
|
||||||
"--python-executable",
|
"--python-executable",
|
||||||
extendsitepkgs,
|
extendsitepkgs,
|
||||||
|
|
Loading…
Reference in a new issue