diff options
author | vermillionsands <vermillionsands@users.noreply.github.com> | 2017-07-01 13:00:44 +0930 |
---|---|---|
committer | vermillionsands <vermillionsands@users.noreply.github.com> | 2017-07-01 13:00:44 +0930 |
commit | 2b7a5ef2904be9d06cceb5d28c8b0340215d8640 (patch) | |
tree | db06b71677a32dc562c7a6ef76675049241a4c32 /gr-blocks/grc | |
parent | e72c77bc2924917419a947aa51885ef96afcced1 (diff) |
modified: grc/blocks_tag_gate.xml
Removed extraneous ')' which waas causing a syntax error in the generated
Python code.
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r-- | gr-blocks/grc/blocks_tag_gate.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/grc/blocks_tag_gate.xml b/gr-blocks/grc/blocks_tag_gate.xml index 34475ff96f..0cf6dc42ed 100644 --- a/gr-blocks/grc/blocks_tag_gate.xml +++ b/gr-blocks/grc/blocks_tag_gate.xml @@ -4,7 +4,7 @@ <key>blocks_tag_gate</key> <import>from gnuradio import blocks</import> <make>blocks.tag_gate($type.size * $vlen, $propagate_tags) -self.$(id).set_single_key($single_key))</make> +self.$(id).set_single_key($single_key)</make> <callback>self.$(id).set_single_key($single_key)</callback> <param> |