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 c730c44 commit cb77cebCopy full SHA for cb77ceb
src/osw/wiki_tools.py
@@ -27,7 +27,7 @@ def read_domains_from_credentials_file(
27
-------
28
29
"""
30
- with open(credentials_file_path, "r") as stream_:
+ with open(credentials_file_path, "r", encoding="utf-8") as stream_:
31
try:
32
accounts_dict = yaml.safe_load(stream_)
33
domains_list = list(accounts_dict.keys())
0 commit comments