Skip to content

Commit 6ce98e3

Browse files
Update comment to be more readable.
1 parent a9ac50c commit 6ce98e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/optimizely_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def stringify_conditions(self, conditions, audiences_map):
224224
else:
225225
conditions_str += operand + \
226226
' (' + self.stringify_conditions(conditions[i], audiences_map) + ')'
227-
# Not a list so we handle as and ID to lookup no recursion needed
227+
# If the item is not a list, we process as an audience ID and retrieve the name
228228
else:
229229
audience_name = self.lookup_name_from_id(conditions[i], audiences_map)
230230
if audience_name is not None:

0 commit comments

Comments
 (0)