summaryrefslogtreecommitdiff
path: root/grc/core/generator/Generator.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2017-04-18 13:46:32 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2017-04-18 13:46:32 -0700
commitb0618a57f5216eb62d031ed5119b8e68d848075c (patch)
treec14507f6c858b90eb2db2e2b04906cba0b9512f2 /grc/core/generator/Generator.py
parentb9058f111aeeae175d7ad1ef68405fe62d29a198 (diff)
parentaf48cf4989adc56e82c6a86fbbef4c61688de7ce (diff)
Merge branch 'next' into python3
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 2d296cb966..316ed5014d 100644
--- a/grc/core/generator/Generator.py
+++ b/grc/core/generator/Generator.py
@@ -328,6 +328,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