Skip to content

Commit b5a26e8

Browse files
committed
print filenames and test filename mismatch
1 parent 68e9525 commit b5a26e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2025/PathplannerLib-2025.0.0-beta-3.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"fileName": "PathplannerLib-beta.json",
2+
"fileName": "PathplannerLib-test.json",
33
"name": "PathplannerLib",
44
"version": "2025.0.0-beta-3.1",
55
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",

check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def check_file(filename):
556556
error('no C++ dependencies (at least one is required)')
557557

558558
if j['fileName'] != filename:
559-
error('filename does not match filename key')
559+
error('{0} does not match filename key: {1}'.format(j['fileName'], filename))
560560

561561
# should have linuxathena as at least one of the cppDependencies platforms
562562
if j['cppDependencies']:

0 commit comments

Comments
 (0)