mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fix typo in material style assignment code
This commit is contained in:
@@ -29,7 +29,7 @@ class Usecase:
|
||||
new_items = []
|
||||
removed_items = []
|
||||
for item in items:
|
||||
if not i.is_a("IfcStyledItem"):
|
||||
if not item.is_a("IfcStyledItem"):
|
||||
continue
|
||||
if self.has_proposed_style(item):
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user