Skip to content

Commit

Permalink
test - should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeFreer committed Dec 28, 2024
1 parent 75cea87 commit 3a2e25a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/cangen/cangen/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
DEFAULT_OUTPUT_DIR = "generated/can"







class Bus:
def __init__(self, bus: dict):
self.dbc_file_path: str = bus.pop("dbcFile")
Expand Down

0 comments on commit 3a2e25a

Please sign in to comment.