Skip to content

Commit

Permalink
Update gen_controls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid220 committed Apr 23, 2024
1 parent 7c52a37 commit 3b46106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen_controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def extract_comments(text):


def open_file():
java_file_path = '../src/main/java/frc/robot/Robot.java'
java_file_path = 'src/main/java/frc/robot/Robot.java'
with open(java_file_path, 'r') as file:
java_code = file.read()

Expand Down

0 comments on commit 3b46106

Please sign in to comment.