missing a coma in build_electricity.smk
This commit is contained in:
parent
6366dc4c55
commit
d97a543463
@ -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:
|
||||
**{
|
||||
|
Loading…
Reference in New Issue
Block a user