Commit ba43d7fc authored by yyanagisawa's avatar yyanagisawa Committed by Commit bot

Fix syntax error in compare_build_artifacts.py.

BUG=314403

Review-Url: https://codereview.chromium.org/2278813002
Cr-Commit-Position: refs/heads/master@{#414322}
parent e9ab1c0b
......@@ -575,7 +575,7 @@ def main():
target = {
'darwin': 'mac', 'linux2': 'linux', 'win32': 'win'
}.get(sys.platform, sys.platform)
parser.add_option('-t', '--target-platform', help='The target platform.'
parser.add_option('-t', '--target-platform', help='The target platform.',
default=target, choices=('android', 'mac', 'linux', 'win'))
options, _ = parser.parse_args()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment