summaryrefslogtreecommitdiff
path: root/gr-blocks/grc
diff options
context:
space:
mode:
authorJosh Morman <mormjb@gmail.com>2020-05-12 14:11:52 -0400
committerMartin Braun <martin@gnuradio.org>2020-05-21 10:54:46 -0700
commit97668913a5ac6ac5aefa58684fa4100122e86494 (patch)
treefd6edc2bd8a989b92f8b0e5a448722a9ad1c0ff1 /gr-blocks/grc
parent987688b6806b3d5ae7e55f29d438389fdcf4461c (diff)
blocks: default value for file_meta_sink in yml
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r--gr-blocks/grc/blocks_file_meta_sink.block.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/grc/blocks_file_meta_sink.block.yml b/gr-blocks/grc/blocks_file_meta_sink.block.yml
index 19b0457913..c5bb0863ce 100644
--- a/gr-blocks/grc/blocks_file_meta_sink.block.yml
+++ b/gr-blocks/grc/blocks_file_meta_sink.block.yml
@@ -37,7 +37,7 @@ parameters:
- id: extra_dict
label: Extra Dict.
dtype: raw
- default: '""'
+ default: pmt.make_dict()
- id: detached
label: Detached
dtype: bool