Commit b570806
committed
Fix ThriftyLib 2027 alpha jsonUrl
jsonUrl pointed at the /software/thriftylib folder, which redirects to
the docs page. check.py calls json.load() on the response and only
catches HTTPError, so the HTML surfaced as an uncaught JSONDecodeError
and both tests failed on every PR to this repo.
Point at the explicit file, which already serves the vendordep JSON.1 parent 303d7a2 commit b570806
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments