From 303ff1703c832a87d6083dfe4632adacf11523be Mon Sep 17 00:00:00 2001 From: Bastian Bloessl <bastian.bloessl@uibk.ac.at> Date: Sat, 17 Aug 2013 17:10:30 +0200 Subject: allow varying number of message ports --- grc/python/Port.py | 1 - 1 file changed, 1 deletion(-) (limited to 'grc/python/Port.py') 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 -- cgit v1.2.3