Skip to content

Commit 58e0a9d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 71e380e commit 58e0a9d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

rules/sb.smk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ if config["enable"]["retrieve"]:
3131

3232
rule retrieve_tyndp_bundle:
3333
input:
34-
zip_file=storage("https://zenodo.org/records/14230568/files/TYNDP_2024_data_bundle.zip")
34+
zip_file=storage(
35+
"https://zenodo.org/records/14230568/files/TYNDP_2024_data_bundle.zip"
36+
),
3537
output:
3638
dir=directory("data/tyndp_2024_bundle"),
3739
elec_reference_grid="data/tyndp_2024_bundle/Line data/ReferenceGrid_Electricity.xlsx",

0 commit comments

Comments
 (0)