summaryrefslogtreecommitdiff
path: root/grc/core/generator/Generator.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2017-04-18 13:46:20 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2017-04-18 13:46:20 -0700
commitaf48cf4989adc56e82c6a86fbbef4c61688de7ce (patch)
tree97863644acfe44c8550451e8ae2f62f8c79b9536 /grc/core/generator/Generator.py
parent385f0d4b0a5074bc62bacd6366c4b7474db8ef40 (diff)
parentb44e38ce759dff9622c78863c20e6c0473c76a29 (diff)
Merge branch 'master' into next
Diffstat (limited to 'grc/core/generator/Generator.py')
-rw-r--r--grc/core/generator/Generator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/core/generator/Generator.py b/grc/core/generator/Generator.py
index bff70df8f5..dda226c6b2 100644
--- a/grc/core/generator/Generator.py
+++ b/grc/core/generator/Generator.py
@@ -329,6 +329,7 @@ class HierBlockGenerator(TopBlockGenerator):
param_n['key'] = param.get_id()
param_n['value'] = param.get_param('value').get_value()
param_n['type'] = 'raw'
+ param_n['hide'] = param.get_param('hide').get_value()
block_n['param'].append(param_n)
# Bus stuff