mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
fix CI (#2992)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user