#2685 indeterminate upper bound formatting

This commit is contained in:
Thomas Krijnen
2023-03-19 12:46:15 +01:00
committed by GitHub
parent 088354a96b
commit 00b18f67cf
@@ -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}:{b2}] OF '
aggr_str = f'{aggr} [{b1}:{'?' if b2 == -1 else b2}] OF '
else:
aggr_str = ''