summaryrefslogtreecommitdiff
path: root/gr-utils
diff options
context:
space:
mode:
authorTom Rondeau2011-08-22 20:13:13 -0400
committerTom Rondeau2011-08-22 20:13:13 -0400
commit8af791009ad280f8830dada145a78292a19dde81 (patch)
tree81afdc843f04bb0df488aa8c06256de853e31c92 /gr-utils
parented564be6c78a3e22b3c98862834192f8b20bc551 (diff)
downloadgnuradio-8af791009ad280f8830dada145a78292a19dde81.tar.gz
gnuradio-8af791009ad280f8830dada145a78292a19dde81.tar.bz2
gnuradio-8af791009ad280f8830dada145a78292a19dde81.zip
utils: fixed typo
Diffstat (limited to 'gr-utils')
-rwxr-xr-xgr-utils/src/python/gr_plot_const.py2
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