We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5b862 commit 55cb8a1Copy full SHA for 55cb8a1
1 file changed
pytype/tools/analyze_project/pytype_runner.py
@@ -52,7 +52,7 @@ def _get_executable(binary, module=None):
52
return [sys.executable, '-m', module or binary]
53
else:
54
return [binary]
55
-PYTYPE_SINGLE = _get_executable('pytype-single', 'pytype.single')
+PYTYPE_SINGLE = _get_executable('pytype-single', 'pytype.main')
56
57
58
def resolved_file_to_module(f):
0 commit comments