mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Remove trailing spaces
This commit is contained in:
parent
507459660e
commit
5af4acc49e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue