mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 19:23:14 +08:00
Fix spelling
D/T mistakes are very common amoung Dutch natives, but this is just madness.
This commit is contained in:
parent
95efcfd035
commit
5599618d19
@ -76,9 +76,9 @@ def main():
|
|||||||
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 compleded, but did not pass")
|
print("MYPY check was completed, but did not pass")
|
||||||
else:
|
else:
|
||||||
print("MYPY check was compleded and passed with flying colors")
|
print("MYPY check was completed and passed with flying colors")
|
||||||
return success_code
|
return success_code
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user