missing a coma in build_electricity.smk

This commit is contained in:
virio-andreyana 2023-05-17 19:37:47 +02:00 committed by GitHub
parent 6366dc4c55
commit d97a543463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,7 +277,7 @@ rule add_electricity:
countries=config["countries"],
renewable=config["renewable"],
electricity=config["electricity"],
conventional=config.get("conventional", {})
conventional=config.get("conventional", {}),
costs=config["costs"],
input:
**{