From: jcorgan Date: Tue, 30 Jun 2009 22:22:44 +0000 (+0000) Subject: Fix double quotation problem X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1672335ce0760d3720727567be1baf6a8e6a1a00;p=debian%2Fgnuradio Fix double quotation problem git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11319 221aa14e-8319-0410-a670-987f0aec2ac5 --- 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