Skip to content

Commit 220e5b1

Browse files
author
Bilal Al
committed
polish
1 parent 5cc9080 commit 220e5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitio/models/grammar/matchers/semver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def _match(self, key, attributes=None, context=None):
196196
"""
197197
if self._data is None or self._semver is None:
198198
_LOGGER.error("stringMatcherData is required for EQUAL_TO_SEMVER matcher type")
199-
return None
199+
return False
200200

201201
matching_data = Sanitizer.ensure_string(self._get_matcher_input(key, attributes))
202202
if matching_data is None:

0 commit comments

Comments
 (0)