[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
c3feb0e283
commit
78b184ad0f
@ -25,7 +25,9 @@ if __name__ == "__main__":
|
||||
set_scenario_config(snakemake)
|
||||
|
||||
version = snakemake.params.version
|
||||
baseurl = f"https://raw.githubusercontent.com/PyPSA/technology-data/{version}/outputs/"
|
||||
baseurl = (
|
||||
f"https://raw.githubusercontent.com/PyPSA/technology-data/{version}/outputs/"
|
||||
)
|
||||
filepath = Path(snakemake.output[0])
|
||||
url = baseurl + filepath.name
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user