No maximum number of commandline options to jenkins.py

This commit is contained in:
Mat Sutcliffe
2018-12-21 02:24:32 +00:00
parent d6b5dca6b2
commit 23a597c2bc

View File

@@ -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)