We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426a383 commit 41d1c02Copy full SHA for 41d1c02
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 = str(datafile)
+ self._datafile = datafile.encode('utf-8')
44
self.logger = logger
45
self.error_handler = error_handler
46
self.version = config.get('version')
0 commit comments