summaryrefslogtreecommitdiff
path: root/grc/python/Generator.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2015-06-14 09:19:03 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2015-06-14 09:19:03 -0700
commit7ee2f91d3c51498a6d1923fb47f47b882c9a77e5 (patch)
tree525e79df13a027722b88fc0f031696833fed46ec /grc/python/Generator.py
parenta80edf4570d75f1325dce7e026e166956bb1db5f (diff)
parent91dd2fce59ba81d4dc22b9dcdc909211cafe9f5f (diff)
Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
Diffstat (limited to 'grc/python/Generator.py')
-rw-r--r--grc/python/Generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/python/Generator.py b/grc/python/Generator.py
index fc1dd56f50..33807c5b95 100644
--- a/grc/python/Generator.py
+++ b/grc/python/Generator.py
@@ -86,7 +86,7 @@ class TopBlockGenerator(object):
def write(self):
"""generate output and write it to files"""
# do throttle warning
- throttling_blocks = filter(lambda b: b.throttle(), self._flow_graph.get_enabled_blocks())
+ throttling_blocks = filter(lambda b: b.throtteling(), self._flow_graph.get_enabled_blocks())
if not throttling_blocks and self._generate_options != 'hb':
Messages.send_warning("This flow graph may not have flow control: "
"no audio or RF hardware blocks found. "