summaryrefslogtreecommitdiff
path: root/gr-qtgui/apps/plot_base.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-20 16:04:56 -0400
committerTom Rondeau <trondeau@vt.edu>2013-03-20 16:04:56 -0400
commit68c7b0839fa1d8235560ce821b67301d9b98fc64 (patch)
treef751aaab6244f7430fb5d989b86b36c6ec99c3ba /gr-qtgui/apps/plot_base.py
parent0f0eca92b7d951190d7309d22824c9bac946893c (diff)
qtgui: force ControlPort off when using static plot tools.
Diffstat (limited to 'gr-qtgui/apps/plot_base.py')
-rw-r--r--gr-qtgui/apps/plot_base.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-qtgui/apps/plot_base.py b/gr-qtgui/apps/plot_base.py
index b279e1e977..eaab7599c7 100644
--- a/gr-qtgui/apps/plot_base.py
+++ b/gr-qtgui/apps/plot_base.py
@@ -25,6 +25,8 @@ from gnuradio.eng_option import eng_option
from optparse import OptionParser
import os, sys
+os.environ['GR_CONF_CONTROLPORT_ON'] = 'False'
+
try:
from gnuradio import qtgui
from PyQt4 import QtGui, QtCore