From 2008a6e3976a74c31747d99f41d38a8aef72c569 Mon Sep 17 00:00:00 2001 From: Sebastian Koslowski <koslowski@kit.edu> Date: Fri, 5 Dec 2014 14:17:15 +0100 Subject: grc: add multiple_sources flag to domain.dtd --- grc/python/Port.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'grc/python/Port.py') 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(): -- cgit v1.2.3