Fix double quotation problem
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 30 Jun 2009 22:22:44 +0000 (22:22 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 30 Jun 2009 22:22:44 +0000 (22:22 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11319 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-examples/python/digital/benchmark_qt_rx.py

index abc97ec231a11790d9e4b246600c2a0558cbc804..62f9f34a35d6b868991860ed85b389d87edd0dad 100755 (executable)
@@ -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