summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/plotter/waterfall_plotter.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-wxgui/src/python/plotter/waterfall_plotter.py')
-rw-r--r--gr-wxgui/src/python/plotter/waterfall_plotter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/src/python/plotter/waterfall_plotter.py b/gr-wxgui/src/python/plotter/waterfall_plotter.py
index 0af64b826..f2456241c 100644
--- a/gr-wxgui/src/python/plotter/waterfall_plotter.py
+++ b/gr-wxgui/src/python/plotter/waterfall_plotter.py
@@ -204,7 +204,7 @@ class waterfall_plotter(grid_plotter_base):
Create the texture to fit the fft_size X num_lines.
@param flag the set/unset or update flag
"""
- if flag is not None:
+ if flag is not None:
self._resize_texture_flag = flag
return
if not self._resize_texture_flag: return