Skip to content

Commit 51010fa

Browse files
committed
Make tiny_files optional
1 parent ebcca38 commit 51010fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflow/rules/automatic.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Rules to used to download automatic resource files."""
22

3-
if config["tiny_files"]:
3+
if config.get("tiny_files", False):
44

55
##
66
# Directly download clipped slope and bathymetry data

0 commit comments

Comments
 (0)