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