DescriptionFixes --output-format default case.
From python optparse docs for action='append':
"It also means that if the default value is non-empty, the default
elements will be present in the parsed value for the option, with any
values from the command line appended after those default values:"
So, to actually create a default, we have to set it later in
CreateResults. Unfortunate, but true. Thanks vogelheim@ for catching
this.
BUG=
Committed: https://crrev.com/ce5f7d429fde7fe62a83735658b54624b7077387
Cr-Commit-Position: refs/heads/master@{#295782}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|