Skip to content

Commit b64948d

Browse files
committed
fixed rbs matcher
1 parent 0043805 commit b64948d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitio/models/grammar/matchers/rule_based_segment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _match_dep_rb_segments(self, excluded_rb_segments, key, attributes, context)
6363
else:
6464
excluded_segment = context['ec'].rbs_segments.get(excluded_rb_segment.name)
6565
if key in excluded_segment.excluded.get_excluded_keys():
66-
return True
66+
return False
6767

6868
if self._match_dep_rb_segments(excluded_segment.excluded.get_excluded_segments(), key, attributes, context):
6969
return True

0 commit comments

Comments
 (0)