Fixes --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= Review URL: https://codereview.chromium.org/585023002 Cr-Commit-Position: refs/heads/master@{#295782}
Showing
Please register or sign in to comment