mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(core) sys.setdefaultencoding('utf8')
Summary: sys.setdefaultencoding('utf8') Test Plan: Will test against user documents to check for changes Reviewers: dsagal, paulfitz Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2858
This commit is contained in:
parent
8a940676e9
commit
d3dc910784
@ -34,6 +34,10 @@ import repl
|
||||
|
||||
log = logger.Logger(__name__, logger.INFO)
|
||||
|
||||
reload(sys)
|
||||
sys.setdefaultencoding('utf8')
|
||||
|
||||
|
||||
class OrderError(Exception):
|
||||
"""
|
||||
An exception thrown and handled internally, representing when
|
||||
|
Loading…
Reference in New Issue
Block a user