Merge "set default for --type to an empty list"

This commit is contained in:
Zuul 2018-02-05 18:01:41 +00:00 committed by Gerrit Code Review
commit b0a4c1894f

View File

@ -81,6 +81,7 @@ def main():
)
parser.add_argument(
'--type',
default=[],
action='append',
choices=list(sorted(validate._VALID_TYPES)),
help='deliverable type, such as "library" or "service"',