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 30ef87f commit f8679e6Copy full SHA for f8679e6
splitio/models/grammar/matchers/semver.py
@@ -178,7 +178,7 @@ def _build(self, raw_matcher):
178
:type raw_matcher: dict
179
"""
180
self._data = raw_matcher.get('stringMatcherData')
181
- self._semver = Semver(self._data)
+ self._semver = Semver.build(self._data)
182
183
def _match(self, key, attributes=None, context=None):
184
0 commit comments