mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-19 20:29:40 +08:00
Remove trailing spaces
This commit is contained in:
parent
507459660e
commit
5af4acc49e
@ -75,7 +75,7 @@ def main():
|
|||||||
if returncode != 0:
|
if returncode != 0:
|
||||||
print("\nCommand %s failed checking. :(" % commands[i])
|
print("\nCommand %s failed checking. :(" % commands[i])
|
||||||
success_code = 1
|
success_code = 1
|
||||||
if success_code:
|
if success_code:
|
||||||
print("MYPY check was completed, but did not pass")
|
print("MYPY check was completed, but did not pass")
|
||||||
else:
|
else:
|
||||||
print("MYPY check was completed and passed with flying colors")
|
print("MYPY check was completed and passed with flying colors")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user