mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix message saying all is good if it isn't
This commit is contained in:
parent
e4edd5732f
commit
e4c3ab33f8
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,8 @@ def main():
|
|||
if result.returncode != 0:
|
||||
print("\nModule {mod} failed checking. :(".format(**locals()))
|
||||
success_code = 1
|
||||
if success_code:
|
||||
print("\n\nSome modules failed checking!")
|
||||
else:
|
||||
print("\n\nDone checking. All is good.")
|
||||
return success_code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue