From 6698c6db049196f0bebc85040a579ee10475a058 Mon Sep 17 00:00:00 2001 From: Tom Rondeau <trondeau@vt.edu> Date: Wed, 6 Feb 2013 17:01:33 -0500 Subject: ctrlport: When creating a ControlPort monitor app, the key /must/ include 'ctrlport_monitor' in it somewhere. --- grc/python/FlowGraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grc/python/FlowGraph.py') 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): -- cgit v1.2.3