diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2014-12-05 14:17:15 +0100 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2014-12-05 14:17:15 +0100 |
commit | 2008a6e3976a74c31747d99f41d38a8aef72c569 (patch) | |
tree | 78559914042846204276ecafc5063a72e580f93c /grc/python/Port.py | |
parent | 2c9079afda99349a8a5914c15d55d3d86a50eaca (diff) |
grc: add multiple_sources flag to domain.dtd
Diffstat (limited to 'grc/python/Port.py')
-rw-r--r-- | grc/python/Port.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/grc/python/Port.py b/grc/python/Port.py index fdeb14a4a6..4cd07a9721 100644 --- a/grc/python/Port.py +++ b/grc/python/Port.py @@ -128,8 +128,6 @@ class Port(_Port, _GUIPort): _Port.validate(self) if not self.get_enabled_connections() and not self.get_optional(): self.add_error_message('Port is not connected.') - if not self.is_source() and (not self.get_type() == "message") and len(self.get_enabled_connections()) > 1: - self.add_error_message('Port has too many connections.') #message port logic if self.get_type() == 'msg': if self.get_nports(): |