From cd4a5ff65c9e5aaf717668d52a83ade95094f8ff Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Tue, 5 Jun 2018 08:34:21 -0700 Subject: [PATCH] use pytype-single rather than pytype (#2198) Looks like this happened in https://github.com/google/pytype/commit/3de774361b2481b55ef493391429e88571f7b9f2. --- tests/pytype_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytype_test.py b/tests/pytype_test.py index 71e7e7dc6..351c53ce5 100755 --- a/tests/pytype_test.py +++ b/tests/pytype_test.py @@ -144,7 +144,7 @@ def can_run(path, exe, *args): def pytype_test(args): dirs = get_project_dirs(args) - pytype_exe = os.path.join(dirs.pytype, 'pytype') + pytype_exe = os.path.join(dirs.pytype, 'pytype-single') stdlib_path = os.path.join(dirs.typeshed, 'stdlib') if not os.path.isdir(stdlib_path):