Update src/tools/publish_toolstate.py
Co-Authored-By: Mateusz Mikuła <mati865@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user