mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-26 16:13:55 -06:00
Fix possible crash of formulas checker
This commit is contained in:
parent
332cf85264
commit
639fcca86a
1 changed files with 7 additions and 6 deletions
|
@ -146,6 +146,7 @@ class Formulas(Linter):
|
|||
|
||||
available_sections = ["values"]
|
||||
for section in available_sections:
|
||||
if config.has_section(section):
|
||||
options = config.options(section)
|
||||
for option in options:
|
||||
values ={}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue