[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r11328 - gnuradio/branches/developers/trondeau/qt/gnur
From: |
trondeau |
Subject: |
[Commit-gnuradio] r11328 - gnuradio/branches/developers/trondeau/qt/gnuradio-examples/python/digital |
Date: |
Thu, 2 Jul 2009 18:09:39 -0600 (MDT) |
Author: trondeau
Date: 2009-07-02 18:09:39 -0600 (Thu, 02 Jul 2009)
New Revision: 11328
Modified:
gnuradio/branches/developers/trondeau/qt/gnuradio-examples/python/digital/benchmark_qt_rx.py
Log:
Fixing error message format.
Modified:
gnuradio/branches/developers/trondeau/qt/gnuradio-examples/python/digital/benchmark_qt_rx.py
===================================================================
---
gnuradio/branches/developers/trondeau/qt/gnuradio-examples/python/digital/benchmark_qt_rx.py
2009-07-02 18:31:38 UTC (rev 11327)
+++
gnuradio/branches/developers/trondeau/qt/gnuradio-examples/python/digital/benchmark_qt_rx.py
2009-07-03 00:09:39 UTC (rev 11328)
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r11328 - gnuradio/branches/developers/trondeau/qt/gnuradio-examples/python/digital,
trondeau <=