Skip to content

Commit

Permalink
Fix scripts/generate_devices.py scripts (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
thsvkd authored Oct 9, 2023
1 parent 8699be1 commit 96a4e03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/generate_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ def gen_cls_name(name: str):
if char in ("-", "/"):
next_upper = True
continue
elif char in ("."):
continue
elif next_upper:
char = char.upper()
next_upper = False
Expand Down

0 comments on commit 96a4e03

Please sign in to comment.