mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix typo in 92cf0d9
This commit is contained in:
@@ -54,5 +54,5 @@ class Usecase:
|
||||
if not element.Item or element.Item in to_delete:
|
||||
self.file.remove(element)
|
||||
for element in presentation_layer_assignments:
|
||||
if all(item in to_delete for item in element.AssignedITems):
|
||||
if all(item in to_delete for item in element.AssignedItems):
|
||||
self.file.remove(element)
|
||||
|
||||
Reference in New Issue
Block a user