Fix double quotation problem
[debian/gnuradio] / 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