Skip to content

Commit

Permalink
Hope pregenerate works
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Jan 2, 2024
1 parent f4354ef commit ec73e23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion wpilibj/generate_quickbuf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from glob import glob

if __name__ == "__main__":
proto_files = glob("wpilibj/src/main/proto/*.proto")
proto_files = glob("wpilibc/src/main/proto/*.proto")
for path in proto_files:
absolute_filename = os.path.abspath(path)
absolute_dir, filename = os.path.split(absolute_filename)
Expand Down

0 comments on commit ec73e23

Please sign in to comment.