Attention is currently required from: laforge.
2 comments:
File contrib/saip-tool.py:
Patch Set #3, Line 37: subparsers = parser.add_subparsers(dest='command', help="The command to perform", required=True)
subparsers. […]
ah nvm, there is already required=True
else:
parser.print_help(sys.stderr)
sys.exit(2)
this can be removed since opts.command is required
To view, visit change 37011. To unsubscribe, or for help writing mail filters, visit settings.