mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
HAND FIX - Fixup pregen files
This commit is contained in:
committed by
Peter Johnson
parent
6b69aab44e
commit
e0320a942a
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user