We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b93701 commit 225ad8dCopy full SHA for 225ad8d
src/tools/publish_toolstate.py
@@ -204,7 +204,7 @@ def update_latest(
204
old = status[os]
205
new = s.get(tool, old)
206
status[os] = new
207
- maintainers = ' '.join('@'+name for name in MAINTAINERS.get(tool, ())
+ maintainers = ' '.join('@'+name for name in MAINTAINERS.get(tool, ()))
208
# comparing the strings, but they are ordered appropriately:
209
# "test-pass" > "test-fail" > "build-fail"
210
if new > old:
0 commit comments