Skip to content

Commit bfda6f0

Browse files
author
Bilal Al
committed
polish
1 parent 70b0f3e commit bfda6f0

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
@@ -153,7 +153,7 @@ def _build(self, raw_matcher):
153153
:param raw_matcher: raw matcher as fetched from splitChanges response.
154154
:type raw_matcher: dict
155155
"""
156-
self._data = raw_matcher('stringMatcherData')
156+
self._data = raw_matcher.get('stringMatcherData')
157157
self._semver = Semver(self._data)
158158

159159
def _match(self, key, attributes=None, context=None):

0 commit comments

Comments
 (0)