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 70b0f3e commit bfda6f0Copy full SHA for bfda6f0
splitio/models/grammar/matchers/semver.py
@@ -153,7 +153,7 @@ def _build(self, raw_matcher):
153
:param raw_matcher: raw matcher as fetched from splitChanges response.
154
:type raw_matcher: dict
155
"""
156
- self._data = raw_matcher('stringMatcherData')
+ self._data = raw_matcher.get('stringMatcherData')
157
self._semver = Semver(self._data)
158
159
def _match(self, key, attributes=None, context=None):
0 commit comments