Skip to content

Commit 225ad8d

Browse files
Xanewokmati865
authored andcommitted
Update src/tools/publish_toolstate.py
Co-Authored-By: Mateusz Mikuła <[email protected]>
1 parent 9b93701 commit 225ad8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/publish_toolstate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def update_latest(
204204
old = status[os]
205205
new = s.get(tool, old)
206206
status[os] = new
207-
maintainers = ' '.join('@'+name for name in MAINTAINERS.get(tool, ())
207+
maintainers = ' '.join('@'+name for name in MAINTAINERS.get(tool, ()))
208208
# comparing the strings, but they are ordered appropriately:
209209
# "test-pass" > "test-fail" > "build-fail"
210210
if new > old:

0 commit comments

Comments
 (0)