diff options
| author | Igor Matuszewski <Xanewok@gmail.com> | 2020-04-04 20:11:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-04 20:11:01 +0200 |
| commit | dcf70044de3fdbad55c498db8a59173f9d360ff8 (patch) | |
| tree | b05a95db8a0c619c53a73507d7897f301eb8309c | |
| parent | 4387a8b96e4ae5b0c0450b284574d8307b4d5685 (diff) | |
| download | rust-dcf70044de3fdbad55c498db8a59173f9d360ff8.tar.gz rust-dcf70044de3fdbad55c498db8a59173f9d360ff8.zip | |
Update src/tools/publish_toolstate.py
Co-Authored-By: Mateusz MikuĊa <mati865@users.noreply.github.com>
| -rwxr-xr-x | src/tools/publish_toolstate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py index 79462a909c8..25e684ff43d 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -204,7 +204,7 @@ def update_latest( old = status[os] new = s.get(tool, old) 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: # "test-pass" > "test-fail" > "build-fail" if new > old: |
