From 4af1f2d715aeb56e3d76fb34b094f3c9969ebe44 Mon Sep 17 00:00:00 2001 From: Dario Barghini <dario.barghini@inaf.it> Date: Tue, 21 Jan 2025 15:34:47 +0100 Subject: [PATCH] Update pysqm/plot.py --- pysqm/plot.py | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/pysqm/plot.py b/pysqm/plot.py index edd3033..efd7aa0 100644 --- a/pysqm/plot.py +++ b/pysqm/plot.py @@ -862,18 +862,4 @@ if __name__ == '__main__': except: raise print("Error: The arguments you provided are invalid") - InputArguments.print_help() - - - - - - - - - - - - - - + InputArguments.print_help() \ No newline at end of file -- GitLab