Skip to content

Commit 68c7b08

Browse files
committed
qtgui: force ControlPort off when using static plot tools.
1 parent 0f0eca9 commit 68c7b08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gr-qtgui/apps/plot_base.py

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
from optparse import OptionParser
2626
import os, sys
2727

28+
os.environ['GR_CONF_CONTROLPORT_ON'] = 'False'
29+
2830
try:
2931
from gnuradio import qtgui
3032
from PyQt4 import QtGui, QtCore

0 commit comments

Comments
 (0)