diff options
Diffstat (limited to 'gr-utils/plot_tools/gr_plot')
-rwxr-xr-x | gr-utils/plot_tools/gr_plot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/plot_tools/gr_plot b/gr-utils/plot_tools/gr_plot index 84601fda02..14fb3a4c86 100755 --- a/gr-utils/plot_tools/gr_plot +++ b/gr-utils/plot_tools/gr_plot @@ -16,9 +16,9 @@ def main(): args = parser.parse_args() plot_data(None, args.files, args) + if __name__ == "__main__": try: main() except KeyboardInterrupt: pass - |