diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-01-13 12:48:16 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-01-13 12:48:16 -0800 |
commit | 885fd55189b3a7da21771ee546b27196b124996e (patch) | |
tree | fc4df7bc90c7ad5c774542c286aca21d17cb49ea /grc/python/Port.py | |
parent | 1581681c8ad8b150c7b417eb2fef21ff27ba5942 (diff) | |
parent | 6c121388075c9d7624bef832a5dd835da73798cc (diff) |
Merge branch 'maint'
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()) |