Skip to content

Commit b570806

Browse files
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

File tree

2027_alpha5/ThriftyLib-2027.0.0-alpha-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"mavenUrls": [
88
"https://docs.home.thethriftybot.com"
99
],
10-
"jsonUrl": "https://docs.home.thethriftybot.com/software/thriftylib",
10+
"jsonUrl": "https://docs.home.thethriftybot.com/software/thriftylib/ThriftyLib.json",
1111
"javaDependencies": [
1212
{
1313
"groupId": "com.thrifty.frc",

2027_alpha5/ThriftyLib-2027.0.0-alpha-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"mavenUrls": [
88
"https://docs.home.thethriftybot.com"
99
],
10-
"jsonUrl": "https://docs.home.thethriftybot.com/software/thriftylib",
10+
"jsonUrl": "https://docs.home.thethriftybot.com/software/thriftylib/ThriftyLib.json",
1111
"javaDependencies": [
1212
{
1313
"groupId": "com.thrifty.frc",

0 commit comments

Comments
 (0)