Fully sync name and file name
This commit is contained in:
parent
ae132ff1c4
commit
2f1995ef49
199 changed files with 9 additions and 5 deletions
2
scripts/utils/strings.py
Normal file
2
scripts/utils/strings.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def get_file_name(profile_name):
|
||||
return profile_name.replace("/", "-").replace("[", "(").replace("]", ")")
|
||||
Loading…
Add table
Add a link
Reference in a new issue