mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +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()
|
||||
|
||||
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:
|
||||
aggr_str = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user