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"],
|
countries=config["countries"],
|
||||||
renewable=config["renewable"],
|
renewable=config["renewable"],
|
||||||
electricity=config["electricity"],
|
electricity=config["electricity"],
|
||||||
conventional=config.get("conventional", {})
|
conventional=config.get("conventional", {}),
|
||||||
costs=config["costs"],
|
costs=config["costs"],
|
||||||
input:
|
input:
|
||||||
**{
|
**{
|
||||||
|
Loading…
Reference in New Issue
Block a user