Skip to content

Commit 834ff15

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 50b6dce commit 834ff15

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integration/Snakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rule download_netherlands_protected_areas:
2121
message:
2222
"Download and unzip a dummy drop-in dataset for Netherlands protected areas (not based on WDPA)."
2323
output:
24-
"results/integration_test/resources/user/wdpa.gdb.zip"
24+
"results/integration_test/resources/user/wdpa.gdb.zip",
2525
log:
2626
"results/integration_test/logs/download_netherlands_protected_areas.log",
2727
conda:
@@ -31,6 +31,7 @@ rule download_netherlands_protected_areas:
3131
curl -sSLo "{output}" "https://surfdrive.surf.nl/files/index.php/s/msuXQETNbCWawDh/download"
3232
"""
3333

34+
3435
rule unzip_netherlands_protected_areas:
3536
message:
3637
"Download and unzip a dummy drop-in dataset for Netherlands protected areas (not based on WDPA)."

0 commit comments

Comments
 (0)