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 cc57cd4 commit 6357c04Copy full SHA for 6357c04
optimizely/project_config.py
@@ -40,7 +40,7 @@ def __init__(self, datafile, logger, error_handler):
40
"""
41
42
config = json.loads(datafile)
43
- self._datafile = datafile.encode('utf-8')
+ self._datafile = u'{}'.format(datafile)
44
self.logger = logger
45
self.error_handler = error_handler
46
self.version = config.get('version')
0 commit comments