Skip to content

Commit 86088e9

Browse files
argilodrmpeg
authored andcommitted
Fix number of ports in YML file
1 parent 40965a9 commit 86088e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grc/paint_paint_bc.block.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ parameters:
2525
dtype: enum
2626
options: [INTERNAL, EXTERNAL]
2727
option_attributes:
28-
ports: ['1', '2']
28+
ports: [1, 2]
2929
val: [paint.INTERNAL, paint.EXTERNAL]
3030
hide: part
3131

0 commit comments

Comments
 (0)