Skip to content

Commit f8679e6

Browse files
author
Bilal Al
committed
added using build
1 parent 30ef87f commit f8679e6

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
@@ -178,7 +178,7 @@ def _build(self, raw_matcher):
178178
:type raw_matcher: dict
179179
"""
180180
self._data = raw_matcher.get('stringMatcherData')
181-
self._semver = Semver(self._data)
181+
self._semver = Semver.build(self._data)
182182

183183
def _match(self, key, attributes=None, context=None):
184184
"""

0 commit comments

Comments
 (0)