We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bc332 commit e6e442aCopy full SHA for e6e442a
optimizely/decision_service.py
@@ -307,7 +307,7 @@ def get_variation(
307
variation = self.get_stored_variation(project_config, experiment, user_profile_tracker.get_user_profile())
308
if variation:
309
message = f'Returning previously activated variation ID "{variation}" of experiment ' \
310
- f'"{experiment}" for user "{user_id}" from user profile.'
+ f'"{experiment}" for user "{user_id}" from user profile.'
311
self.logger.info(message)
312
decide_reasons.append(message)
313
return variation, decide_reasons
0 commit comments