From d368124297b559f72c4104160b865d445f7388d5 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 10 Dec 2021 10:50:50 +1000 Subject: [PATCH] fix incorrect folder name in pylib mypy invocation --- pylib/tests/run_mypy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylib/tests/run_mypy.py b/pylib/tests/run_mypy.py index ac4d60f7e..0ae77db7c 100644 --- a/pylib/tests/run_mypy.py +++ b/pylib/tests/run_mypy.py @@ -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,