mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-16 18:59:39 +08:00
Remove trailing spaces
This commit is contained in:
parent
507459660e
commit
5af4acc49e
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user