Skip to content
Commit e110335b authored by Sven Zheng's avatar Sven Zheng Committed by Chromium LUCI CQ
Browse files

Use is_set() to replace deprecated isSet()

To remove the warnings when using the tool.
./tools/bisect-builds.py:1052: DeprecationWarning: isSet() is deprecated, use is_set() instead
  if quit_event and quit_event.isSet():
./tools/bisect-builds.py:1054: DeprecationWarning: isSet() is deprecated, use is_set() instead
  if progress_event and progress_event.isSet():

Bug: 344921695
Test: Tested locally.
Change-Id: I4cbb730521525bb52727854cef43b803e37f42dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5617990


Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
Commit-Queue: Sven Zheng <svenzheng@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Auto-Submit: Sven Zheng <svenzheng@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1313019}
parent 091938ff
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment