diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2015-01-13 11:31:58 +0100 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2015-01-13 11:31:58 +0100 |
commit | b307c892fb348ddb3613db33db4e874879185fde (patch) | |
tree | 6ee5e881337e3f3c2c472845f2e62ac3fce0f58c /grc/python/Port.py | |
parent | ce016bedf1936c7eeba3edca566b1ea9da0e578a (diff) |
grc: undo port type caching (fixes type controller)
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 4cd07a9721..765e1d7423 100644 --- a/grc/python/Port.py +++ b/grc/python/Port.py @@ -140,7 +140,6 @@ class Port(_Port, _GUIPort): Handle the port cloning for virtual blocks. """ if self.is_type_empty(): - self._type_evaluated = None try: #clone type and vlen source = self.resolve_empty_type() self._type = str(source.get_type()) |