mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
No maximum number of commandline options to jenkins.py
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user