Skip to content

Commit f3da26c

Browse files
Force PYTHONIOENCODING to utf-8 to fix #664 (#672)
1 parent 41ed4e2 commit f3da26c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dynaconf/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
from dynaconf.vendor import click
2424
from dynaconf.vendor import toml
2525

26+
os.environ["PYTHONIOENCODING"] = "utf-8"
2627

2728
CWD = Path.cwd()
2829
EXTS = ["ini", "toml", "yaml", "json", "py", "env"]

0 commit comments

Comments
 (0)