Skip to content

Commit 16eea75

Browse files
Update smk_loop.py
1 parent 66244ce commit 16eea75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smk_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
'''Set to 'list' to only run scenarios in 'scenario_list' or set to 'folder' to run all
99
scenario config files as defined in 'config_dir'. Can be used to run a scenario sample.'''
10-
run_type = 'list'
10+
run_type = 'folder'
1111

1212
scenario_list = [
1313
'Base',

0 commit comments

Comments
 (0)