Skip to content

Commit 5717214

Browse files
committed
fixed typo
1 parent 6836183 commit 5717214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitio/client/input_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def _remove_empty_spaces(value, operation):
192192
"""
193193
strip_value = value.strip()
194194
if value != strip_value:
195-
_LOGGER.warning("%s: feature_flag_name '%s' has extra whitespace, trimming.", operation, value)
195+
_LOGGER.warning("%s: feature flag name '%s' has extra whitespace, trimming.", operation, value)
196196
return strip_value
197197

198198

0 commit comments

Comments
 (0)