mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
settings_mixin.build_parser: fix ty == "bool" typo, should be an assignment
(cherry picked from commit f744753726)
This commit is contained in:
@@ -292,7 +292,7 @@ class settings_mixin:
|
||||
}
|
||||
for nm in self.setting_names():
|
||||
if nm == "use-python-opencascade":
|
||||
ty == "bool"
|
||||
ty = "bool"
|
||||
else:
|
||||
ty = self.get_type(nm)
|
||||
if ty == "bool":
|
||||
|
||||
Reference in New Issue
Block a user