HAND FIX - Fixup pregen files

This commit is contained in:
PJ Reiniger
2025-11-07 19:56:21 -05:00
committed by Peter Johnson
parent 6b69aab44e
commit e0320a942a
27 changed files with 67 additions and 65 deletions

View File

@@ -24,7 +24,7 @@ def generate_quickbuf(
absolute_filename,
]
)
java_files = (output_directory / "edu/wpi/first/math/proto").glob("*.java")
java_files = (output_directory / "org/wpilib/math/proto").glob("*.java")
for java_file in java_files:
with (java_file).open(encoding="utf-8") as f:
content = f.read()