Skip to content

Commit 75d1550

Browse files
committed
fixed typo
1 parent 01d196d commit 75d1550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitio/client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def _make_evaluations(self, key, features, attributes, method_name, metric_name)
208208
return treatments
209209
except Exception: # pylint: disable=broad-except
210210
self._telemetry_evaluation_producer.record_exception(metric_name)
211-
_LOGGER.error('Error getting treatment for feature flagss')
211+
_LOGGER.error('Error getting treatment for feature flags')
212212
_LOGGER.debug('Error: ', exc_info=True)
213213
return input_validator.generate_control_treatments(list(features), method_name)
214214

0 commit comments

Comments
 (0)