mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
use pytype-single rather than pytype (#2198)
Looks like this happened in 3de774361b.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user