Skip to content

Commit 65a8c6c

Browse files
mormjmbr0wn
authored andcommitted
grc: make catch exceptions option an enum
1 parent e3c2736 commit 65a8c6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

grc/blocks/options.block.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ parameters:
109109
- id: catch_exceptions
110110
label: Catch Block Exceptions
111111
category: Advanced
112-
dtype: bool
112+
dtype: enum
113+
options: ['False', 'True']
114+
option_labels: ['Off', 'On']
113115
default: 'True'
114116
hide: part
115117
- id: run_command

0 commit comments

Comments
 (0)