mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02: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",
|
||||
ini,
|
||||
"--cache-dir",
|
||||
Path(tempfile.gettempdir()) / ".mypy-anki-qt",
|
||||
Path(tempfile.gettempdir()) / ".mypy-anki-pylib",
|
||||
"--sqlite-cache",
|
||||
"--python-executable",
|
||||
extendsitepkgs,
|
||||
|
|
Loading…
Reference in a new issue