From 23a597c2bcd937ae1d99d718588e4d1265048a1a Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Fri, 21 Dec 2018 02:24:32 +0000 Subject: [PATCH] No maximum number of commandline options to jenkins.py --- scripts/jenkins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jenkins.py b/scripts/jenkins.py index 3c148b005..010fcba18 100644 --- a/scripts/jenkins.py +++ b/scripts/jenkins.py @@ -389,7 +389,7 @@ def main(argv): print_help() sys.exit(2) - if len(opts) < 2 or len(opts) > 5: + if len(opts) < 2: print_help() sys.exit(2)