There was an error while loading. Please reload this page.
1 parent c750a47 commit e87874fCopy full SHA for e87874f
1 file changed
features/steps/givens/relationships.py
@@ -54,7 +54,7 @@ def make_aggregate(val):
54
yield ValidationOutcome(instance_id=inst, severity=OutcomeSeverity.ERROR)
55
56
if rel_attribute_name == attr_to_entity:
57
- if tail.strip():
+ if str(tail).strip():
58
instances.extend(to_other)
59
else:
60
instances.append(inst)
0 commit comments