Skip to content

Commit 871e0d0

Browse files
authored
Update mypy/main.py
1 parent 533834b commit 871e0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ def read_types_packages_to_install(cache_dir: str, after_run: bool) -> list[str]
15481548
+ "(and no cache from previous mypy run)\n"
15491549
)
15501550
else:
1551-
sys.stderr.write("error: --install-types failed (no mypy cache directory)\n")
1551+
sys.stderr.write("error: --install-types failed (an error blocked analysis of which types to install)\n")
15521552
fnam = build.missing_stubs_file(cache_dir)
15531553
if not os.path.isfile(fnam):
15541554
# No missing stubs.

0 commit comments

Comments
 (0)