Remove trailing spaces

This commit is contained in:
Ghostkeeper 2020-02-17 15:25:17 +01:00
parent 507459660e
commit 5af4acc49e
No known key found for this signature in database
GPG Key ID: 37E2020986774393

View File

@ -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")