mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 10:23:41 +00:00
Update validate.py
This commit is contained in:
@@ -125,7 +125,7 @@ def assert_valid_inverse(attr, val, schema):
|
|||||||
aggr = attr.type_of_aggregation_string().upper()
|
aggr = attr.type_of_aggregation_string().upper()
|
||||||
|
|
||||||
if aggr:
|
if aggr:
|
||||||
aggr_str = f'{aggr} [{b1}:{'?' if b2 == -1 else b2}] OF '
|
aggr_str = f'{aggr} [{b1}:{"?" if b2 == -1 else b2}] OF '
|
||||||
else:
|
else:
|
||||||
aggr_str = ''
|
aggr_str = ''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user