We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f253c2 commit c02f9bcCopy full SHA for c02f9bc
mypy/build.py
@@ -1623,7 +1623,8 @@ def __init__(self,
1623
self.ignore_all = True
1624
else:
1625
# In 'error' mode, produce special error messages.
1626
- manager.log("Skipping %s (%s)" % (path, id))
+ if id not in manager.missing_modules:
1627
+ manager.log("Skipping %s (%s)" % (path, id))
1628
if follow_imports == 'error':
1629
if ancestor_for:
1630
self.skipping_ancestor(id, path, ancestor_for)
0 commit comments