diff options
Diffstat (limited to 'grc/core/Port.py')
-rw-r--r-- | grc/core/Port.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/Port.py b/grc/core/Port.py index 4964a94c2b..6a8f484082 100644 --- a/grc/core/Port.py +++ b/grc/core/Port.py @@ -129,7 +129,7 @@ class Port(Element): # Grab the data self._name = n['name'] self._key = n['key'] - self._type = n['type'] + self._type = n['type'] or '' self._domain = n['domain'] self._hide = n.find('hide') or '' self._dir = dir |