mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
fix incorrect folder name in pylib mypy invocation
This commit is contained in:
parent
34cd785423
commit
d368124297
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