From 1672335ce0760d3720727567be1baf6a8e6a1a00 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Tue, 30 Jun 2009 22:22:44 +0000 Subject: [PATCH] Fix double quotation problem git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11319 221aa14e-8319-0410-a670-987f0aec2ac5 --- gnuradio-examples/python/digital/benchmark_qt_rx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnuradio-examples/python/digital/benchmark_qt_rx.py b/gnuradio-examples/python/digital/benchmark_qt_rx.py index abc97ec2..62f9f34a 100755 --- a/gnuradio-examples/python/digital/benchmark_qt_rx.py +++ b/gnuradio-examples/python/digital/benchmark_qt_rx.py @@ -48,7 +48,7 @@ try: except ImportError: print "Error: could not find qt_rx_window.py:" print "\tYou must first build this from qt_rx_window.ui with the following command:" - print "\t\ "pyuic4 qt_rx_window.ui -o qt_rx_window.py\"" + print "\t pyuic4 qt_rx_window.ui -o qt_rx_window.py" sys.exit(1) #import os -- 2.47.2