Commit 1248b8ef authored by Peter Kasting's avatar Peter Kasting Committed by LUCI CQ

Fix a python invocation that wasn't replaced with vpython.

This fixes autoninja on my Windows machine at home.

Bug: none
Change-Id: I3c245715c409bb2b30fcc3733bb097fc2a88f464
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2021755Reviewed-by: 's avatarAaron Gable <agable@chromium.org>
Commit-Queue: Peter Kasting <pkasting@chromium.org>
parent 0aa48cc1
......@@ -5,7 +5,7 @@
# found in the LICENSE file.
# Set unique build ID.
AUTONINJA_BUILD_ID="$(python -c "import uuid; print(uuid.uuid4())")"
AUTONINJA_BUILD_ID="$(vpython -c "import uuid; print(uuid.uuid4())")"
export AUTONINJA_BUILD_ID
if [ "$NINJA_SUMMARIZE_BUILD" == "1" ]; then
......
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