mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 09:15:21 +00:00
#2685 indeterminate upper bound formatting
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}:{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