Skip to content

Commit

Permalink
Add dash to list of invalid characters (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
keck-in-space authored Jul 22, 2024
1 parent 9da5c8d commit 77fa54e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fprime/util/cookiecutter_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ def is_valid_name(word: str):
"`",
"|",
"=",
"-",
]
for char in invalid_characters:
if isinstance(word, str) and char in word:
Expand Down

0 comments on commit 77fa54e

Please sign in to comment.