mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
typo
This commit is contained in:
@@ -247,7 +247,7 @@ class Specification:
|
||||
if self.failed_entities:
|
||||
self.status = False
|
||||
elif self.maxOccurs == 0:
|
||||
if (len(self.applicable_entities)) == 0:
|
||||
if (len(self.applicable_entities)) > 0:
|
||||
self.status = False
|
||||
|
||||
def get_usage(self):
|
||||
|
||||
Reference in New Issue
Block a user