diff --git a/run_mypy.py b/run_mypy.py index df715bf10d..ec0583d43f 100644 --- a/run_mypy.py +++ b/run_mypy.py @@ -75,7 +75,7 @@ def main(): if returncode != 0: print("\nCommand %s failed checking. :(" % commands[i]) success_code = 1 - if success_code: + if success_code: print("MYPY check was completed, but did not pass") else: print("MYPY check was completed and passed with flying colors")