mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +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()
|
print_help()
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
|
|
||||||
if len(opts) < 2 or len(opts) > 5:
|
if len(opts) < 2:
|
||||||
print_help()
|
print_help()
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user