fix incorrect folder name in pylib mypy invocation

This commit is contained in:
Damien Elmes 2021-12-10 10:50:50 +10:00
parent 366d5ca9e3
commit 1b60f07e51

View file

@ -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,