diff options
Diffstat (limited to 'grc/python/FlowGraph.py')
-rw-r--r-- | grc/python/FlowGraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/python/FlowGraph.py b/grc/python/FlowGraph.py index 95cf9950a9..1080006cf5 100644 --- a/grc/python/FlowGraph.py +++ b/grc/python/FlowGraph.py @@ -24,7 +24,7 @@ import re _variable_matcher = re.compile('^(variable\w*)$') _parameter_matcher = re.compile('^(parameter)$') -_monitors_searcher = re.compile('(monitor)') +_monitors_searcher = re.compile('(ctrlport_monitor)') class FlowGraph(_FlowGraph, _GUIFlowGraph): |