Chromium Code Reviews
DescriptionFix extra bracket syntax error in bisect-builds.py
[1] introduced the following syntax error:
$ ./tools/bisect-builds.py --archive=mac64 -g 349700 -b 370248
File "./tools/bisect-builds.py", line 897
return m.group(1)]
^
Simple fix to just remove the extra bracket. I'm not a python expert
so hopefully this is the most pythonic approach to bracket removal.
[1] https://crrev.com/08c596825aa5530f6364e59ecff7a8ac1323f9b8
NOTRY=true
Patch Set 1 #
Messages
Total messages: 11 (5 generated)
|
|||||||||||||||||||