diff options
author | Tom Rondeau | 2011-08-22 20:13:13 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-08-22 20:13:13 -0400 |
commit | 8af791009ad280f8830dada145a78292a19dde81 (patch) | |
tree | 81afdc843f04bb0df488aa8c06256de853e31c92 /gr-utils | |
parent | ed564be6c78a3e22b3c98862834192f8b20bc551 (diff) | |
download | gnuradio-8af791009ad280f8830dada145a78292a19dde81.tar.gz gnuradio-8af791009ad280f8830dada145a78292a19dde81.tar.bz2 gnuradio-8af791009ad280f8830dada145a78292a19dde81.zip |
utils: fixed typo
Diffstat (limited to 'gr-utils')
-rwxr-xr-x | gr-utils/src/python/gr_plot_const.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/src/python/gr_plot_const.py b/gr-utils/src/python/gr_plot_const.py index 0c52899b2..8873e5b7e 100755 --- a/gr-utils/src/python/gr_plot_const.py +++ b/gr-utils/src/python/gr_plot_const.py @@ -92,7 +92,7 @@ class draw_constellation: self.imags = scipy.array([i.imag for i in iq]) self.time = scipy.array([i*(1/self.sample_rate) for i in range(len(self.reals))]) - return Tr + return True else: print "End of File" return False |