Skip to content

Commit

Permalink
Merge branch 'main' into fix-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
GbotemiB authored Dec 19, 2024
2 parents a75ef4c + 7185b74 commit 1e5a569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_powerplants.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def replace_natural_gas_technology(df: pd.DataFrame):

configure_logging(snakemake)

with open(snakemake.input.pm_config, "r") as f:
with open(snakemake.input.pm_config, "r", encoding="utf-8") as f:
config = yaml.safe_load(f)

filepath_osm_ppl = snakemake.input.osm_powerplants
Expand Down

0 comments on commit 1e5a569

Please sign in to comment.