summaryrefslogtreecommitdiff
path: root/grc/python/FlowGraph.py
diff options
context:
space:
mode:
authorSebastian Koslowski <koslowski@kit.edu>2014-12-19 13:50:41 +0100
committerSebastian Koslowski <koslowski@kit.edu>2014-12-19 13:50:41 +0100
commit01b993385bb645d1d2e9660021533610ab35b741 (patch)
tree017a8dd7a44e8fd4c3d6945ef797305507795ba2 /grc/python/FlowGraph.py
parent7bebb64fc4d58ee25c7f84d378aad4bd9065536c (diff)
grc: port domain code clean-up
Diffstat (limited to 'grc/python/FlowGraph.py')
-rw-r--r--grc/python/FlowGraph.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/grc/python/FlowGraph.py b/grc/python/FlowGraph.py
index 03280cc88c..d7337b8a96 100644
--- a/grc/python/FlowGraph.py
+++ b/grc/python/FlowGraph.py
@@ -146,8 +146,8 @@ class FlowGraph(_FlowGraph, _GUIFlowGraph):
key_offset = 0
pads = self.get_pad_sources() if port.is_source() else self.get_pad_sinks()
for pad in pads:
- # using the block type param instead of the port domain here
- # to stress that hier block generation is domain agnostic
+ # using the block param 'type' instead of the port domain here
+ # to emphasize that hier block generation is domain agnostic
is_message_pad = pad.get_param('type').get_evaluated() == "message"
if port.get_parent() == pad:
if is_message_pad: