Update validate.py

This commit is contained in:
Thomas Krijnen
2023-03-19 13:24:27 +01:00
committed by GitHub
parent 00b18f67cf
commit 5fcfbac4a3
@@ -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 = ''