summaryrefslogtreecommitdiff
path: root/grc/python/flow_graph.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'grc/python/flow_graph.tmpl')
-rw-r--r--grc/python/flow_graph.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/grc/python/flow_graph.tmpl b/grc/python/flow_graph.tmpl
index 3cc16e7e14..003245f006 100644
--- a/grc/python/flow_graph.tmpl
+++ b/grc/python/flow_graph.tmpl
@@ -145,10 +145,10 @@ gr.io_signaturev($(len($io_sigs)), $(len($io_sigs)), [$(', '.join($size_strs))])
$make_io_sig($out_sigs),
)
#for $pad in $flow_graph.get_hier_block_message_io('in')
- self.message_port_register_hier_out("$pad['label']")
+ self.message_port_register_hier_in("$pad['label']")
#end for
#for $pad in $flow_graph.get_hier_block_message_io('out')
- self.message_port_register_hier_in("$pad['label']")
+ self.message_port_register_hier_out("$pad['label']")
#end for
#if $generate_options == 'hb_qt_gui'