Update src/tools/publish_toolstate.py
Co-Authored-By: Mateusz Mikuła <mati865@users.noreply.github.com>
This commit is contained in:
parent
4387a8b96e
commit
dcf70044de
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ def update_latest(
|
||||||
old = status[os]
|
old = status[os]
|
||||||
new = s.get(tool, old)
|
new = s.get(tool, old)
|
||||||
status[os] = new
|
status[os] = new
|
||||||
maintainers = ' '.join('@'+name for name in MAINTAINERS.get(tool, ())
|
maintainers = ' '.join('@'+name for name in MAINTAINERS.get(tool, ()))
|
||||||
# comparing the strings, but they are ordered appropriately:
|
# comparing the strings, but they are ordered appropriately:
|
||||||
# "test-pass" > "test-fail" > "build-fail"
|
# "test-pass" > "test-fail" > "build-fail"
|
||||||
if new > old:
|
if new > old:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue