mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:28:59 +08:00
Clean up check_preset_settings.py
CURA-3710
This commit is contained in:
parent
c5cafff8aa
commit
cf68d57148
@ -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…
x
Reference in New Issue
Block a user