Skip to content

Commit

Permalink
Me and the boys love hyphen endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
VocalFan committed May 28, 2024
1 parent e0f1cad commit e50fb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychtobase/src/Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ def formatToSongPath(name:str) -> str:
name = name.replace(" ", "-").lower()
name = sub(invalidChars, '-', name)

return sub(hideChars, '', name).strip("-")
return sub(hideChars, '', name)

0 comments on commit e50fb76

Please sign in to comment.