Merge "show type in list-deliverables output when more than one option"

This commit is contained in:
Zuul 2018-02-02 18:15:31 +00:00 committed by Gerrit Code Review
commit c732c0ffa6
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ def main():
verbose_template = '{name:30} {team:20}'
if not args.unreleased:
verbose_template += ' {latest_release:15}'
if not args.type:
if len(args.type) != 1:
verbose_template += ' {type:15}'
if not args.model:
verbose_template += ' {model:15}'