use pytype-single rather than pytype (#2198)

Looks like this happened in 3de774361b.
This commit is contained in:
Jelle Zijlstra
2018-06-05 08:34:21 -07:00
committed by GitHub
parent 1dfe4f2ec7
commit cd4a5ff65c

View File

@@ -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):