mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Clean up check_preset_settings.py
CURA-3710
This commit is contained in:
parent
c5cafff8aa
commit
cf68d57148
1 changed files with 0 additions and 3 deletions
|
@ -120,8 +120,5 @@ if __name__ == "__main__":
|
|||
validator = PresetSettingsValidator(cura_dir)
|
||||
is_everything_validate = validator.validate()
|
||||
|
||||
if not is_everything_validate:
|
||||
print("Please")
|
||||
|
||||
ret_code = 0 if is_everything_validate else 1
|
||||
sys.exit(ret_code)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue