8000
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 d614a2f commit 0285070Copy full SHA for 0285070
mypy/main.py
@@ -67,6 +67,7 @@ def flush_errors(a: List[str], serious: bool) -> None:
67
try:
68
for m in a:
69
f.write(m + '\n')
70
+ f.flush()
71
except BrokenPipeError:
72
pass
73
0 commit comments