Merge branch 'scenario-management' of github.com:PyPSA/pypsa-eur into scenario-management
This commit is contained in:
commit
1c0daf826c
@ -25,6 +25,7 @@ for template, target in default_files.items():
|
|||||||
if not exists(target) and exists(template):
|
if not exists(target) and exists(template):
|
||||||
copyfile(template, target)
|
copyfile(template, target)
|
||||||
|
|
||||||
|
|
||||||
configfile: "config/config.default.yaml"
|
configfile: "config/config.default.yaml"
|
||||||
configfile: "config/config.yaml"
|
configfile: "config/config.yaml"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user