Skip to content

Commit

Permalink
fix CI (python#2992)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored May 15, 2019
1 parent 2cf4af7 commit cd9b715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mypy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd9b715

Please sign in to comment.