Commit 653d7e6c authored by Takuto Ikuta's avatar Takuto Ikuta Committed by LUCI CQ

ninjalog_uploader: fix command for Windows

Windows doesn't work with shebang.

Fixed: 1289707
Change-Id: I9db5f550d7ab5d2f92ccac392c3a5ee9595a9bf6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3406711
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: 's avatarFumitoshi Ukai <ukai@google.com>
Commit-Queue: Fumitoshi Ukai <ukai@google.com>
parent 4068ef45
...@@ -58,11 +58,11 @@ The following information will be uploaded with ninjalog. ...@@ -58,11 +58,11 @@ The following information will be uploaded with ninjalog.
Uploading ninjalog will be started after you run autoninja another %d time. Uploading ninjalog will be started after you run autoninja another %d time.
If you don't want to upload ninjalog, please run following command. If you don't want to upload ninjalog, please run following command.
$ %s opt-out $ python3 %s opt-out
If you want to allow upload ninjalog from next autoninja run, please run the If you want to allow upload ninjalog from next autoninja run, please run the
following command. following command.
$ %s opt-in $ python3 %s opt-in
If you have questions about this, please send mail to infra-dev@chromium.org If you have questions about this, please send mail to infra-dev@chromium.org
......
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