commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r11319 - gnuradio/trunk/gnuradio-examples/python/digit


From: jcorgan
Subject: [Commit-gnuradio] r11319 - gnuradio/trunk/gnuradio-examples/python/digital
Date: Tue, 30 Jun 2009 16:22:44 -0600 (MDT)

Author: jcorgan
Date: 2009-06-30 16:22:44 -0600 (Tue, 30 Jun 2009)
New Revision: 11319

Modified:
   gnuradio/trunk/gnuradio-examples/python/digital/benchmark_qt_rx.py
Log:
Fix double quotation problem

Modified: gnuradio/trunk/gnuradio-examples/python/digital/benchmark_qt_rx.py
===================================================================
--- gnuradio/trunk/gnuradio-examples/python/digital/benchmark_qt_rx.py  
2009-06-30 22:16:52 UTC (rev 11318)
+++ gnuradio/trunk/gnuradio-examples/python/digital/benchmark_qt_rx.py  
2009-06-30 22:22:44 UTC (rev 11319)
@@ -48,7 +48,7 @@
 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]