We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 036daa2 + e87874f commit 0773fa5Copy full SHA for 0773fa5
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