From a593ccddd473258bafa8f7ecd142b9b72b99d2fd Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Fri, 12 Jul 2013 11:56:43 +0200 Subject: Removed commandline arg count limit from scripts --- plugins/impstats/statslog-graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/impstats/statslog-graph.py') diff --git a/plugins/impstats/statslog-graph.py b/plugins/impstats/statslog-graph.py index abd4d5c3..a154d4b9 100755 --- a/plugins/impstats/statslog-graph.py +++ b/plugins/impstats/statslog-graph.py @@ -42,7 +42,7 @@ iStartSeconds = 0 # Process Arguments -for arg in sys.argv[-4:]: +for arg in sys.argv: # [-4:]: if arg.find("--input=") != -1: szInput = arg[8:] elif arg.find("--outputfile=") != -1: -- cgit v1.2.3