diff options
Diffstat (limited to 'grc/python/Port.py')
-rw-r--r-- | grc/python/Port.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/python/Port.py b/grc/python/Port.py index 247dbed3e6..c7b802a23c 100644 --- a/grc/python/Port.py +++ b/grc/python/Port.py @@ -92,7 +92,6 @@ class Port(_Port, _GUIPort): """ self._n = n if n['type'] == 'msg': n['key'] = 'msg' - if n['type'] == 'message': n['key'] = n['name'] if dir == 'source' and not n.find('key'): n['key'] = str(block._source_count) block._source_count += 1 |