diff options
Diffstat (limited to 'grc/core/Block.py')
-rw-r--r-- | grc/core/Block.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/Block.py b/grc/core/Block.py index db71f4a8c9..631dabca19 100644 --- a/grc/core/Block.py +++ b/grc/core/Block.py @@ -305,7 +305,7 @@ class Block(Element): def rewrite_epy_block(self): flowgraph = self.parent_flowgraph - platform = self.parent_block + platform = self.parent_platform param_blk = self.params['_io_cache'] param_src = self.params['_source_code'] |