This commit is contained in:
Jelle Zijlstra
2019-05-15 14:20:08 -07:00
committed by GitHub
parent 2cf4af784c
commit cd9b7158ec

View File

@@ -141,7 +141,7 @@ def main():
print("running mypy", ' '.join(flags), "# with", len(files), "files")
try:
if not args.dry_run:
mypy_main('')
mypy_main('', sys.stdout, sys.stderr)
except SystemExit as err:
code = max(code, err.code)
if code: