[utils] Use Python3 for bisect-skip-count (#84979)

This commit is contained in:
Justin Fargnoli 2024-03-25 14:09:25 -07:00 committed by GitHub
parent 5f1f9cfaa4
commit 36713a47c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# This script is used to bisect skip and count arguments for --debug-counter.
# It is similar to bisect, except it understands how to increase skip and decrease count
#