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.
1 parent 0043805 commit b64948dCopy full SHA for b64948d
splitio/models/grammar/matchers/rule_based_segment.py
@@ -63,7 +63,7 @@ def _match_dep_rb_segments(self, excluded_rb_segments, key, attributes, context)
63
else:
64
excluded_segment = context['ec'].rbs_segments.get(excluded_rb_segment.name)
65
if key in excluded_segment.excluded.get_excluded_keys():
66
- return True
+ return False
67
68
if self._match_dep_rb_segments(excluded_segment.excluded.get_excluded_segments(), key, attributes, context):
69
return True
0 commit comments