summaryrefslogtreecommitdiff
path: root/gr-utils/src/python/gr_plot_const.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/src/python/gr_plot_const.py')
-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