Skip to content

Commit

Permalink
Update src/towncrier/_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Jul 7, 2021
1 parent 4e2a76d commit 2517818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/towncrier/_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def load_config(directory):

def load_config_from_file(directory, config_file):

with open(config_file, "r", encoding="utf8") as conffile:
with io.open(config_file, "r", encoding="utf8") as conffile:
config = _toml_load(conffile)

return parse_toml(directory, config)
Expand Down

0 comments on commit 2517818

Please sign in to comment.