Commit 2d6620f0 authored by Luciano Pacheco's avatar Luciano Pacheco Committed by Commit Bot

Fix unbalanced parenthesis

Putting this CL through to help because orodley@ can't TBR on the
following CL.
https://chromium-review.googlesource.com/c/chromium/src/+/1125704

TBR=dcheng@chromium.org

Bug: 860168
Change-Id: I3673161fbfcd6940bbb508c149fa68c63c546822
Reviewed-on: https://chromium-review.googlesource.com/1125706Reviewed-by: default avatarLuciano Pacheco <lucmult@chromium.org>
Commit-Queue: Luciano Pacheco <lucmult@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572516}
parent c6e6610c
...@@ -40,7 +40,7 @@ def main(argv): ...@@ -40,7 +40,7 @@ def main(argv):
compdb_text = json.dumps( compdb_text = json.dumps(
compile_db.ProcessCompileDatabaseIfNeeded( compile_db.ProcessCompileDatabaseIfNeeded(
compile_db.GenerateWithNinja(args.p, args.targets)) compile_db.GenerateWithNinja(args.p, args.targets)))
if args.o is None: if args.o is None:
print(compdb_text) print(compdb_text)
else: else:
......
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