Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewI26 committed Nov 12, 2024
1 parent ed9d002 commit 3c04286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions firmware/projects/FrontController/vehicle_control_system
Submodule vehicle_control_system added at 4fddb9
Submodule vehicle_control_system added at a04e3a
2 changes: 1 addition & 1 deletion scripts/cangen/cangen/can_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def _camel_to_snake(text):

def _create_output_file_name(output_dir: str, bus_name: str, template_file_name: str) -> str:
return os.path.join(
output_dir, bus_name.lower() + "_" + template_file_name.removesuffix(".jninja2")
output_dir, bus_name.lower() + "_" + template_file_name.removesuffix(".jinja2")
)

def _generate_code(bus: Bus, output_dir: str):
Expand Down

0 comments on commit 3c04286

Please sign in to comment.