mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Fixed typo
This commit is contained in:
parent
caeb6c65ea
commit
e2fb8ab762
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class PresetSettingsValidator:
|
||||||
|
|
||||||
# show results
|
# show results
|
||||||
print("==========================================")
|
print("==========================================")
|
||||||
if incorrect_settings or incorrect_settings:
|
if incorrect_sections or incorrect_settings:
|
||||||
has_invalid_files = True
|
has_invalid_files = True
|
||||||
print("[INVALID] [%s] is invalid, details below" % file_path)
|
print("[INVALID] [%s] is invalid, details below" % file_path)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue