file system
This commit is contained in:
parent
be3b21e63a
commit
22e3a3f0ee
@ -34,7 +34,7 @@ def fit_to_file_system(string: str) -> str:
|
||||
|
||||
string = string[1:]
|
||||
|
||||
string = string.replace("/", "|").replace("\\", "|")
|
||||
string = string.replace("/", "_").replace("\\", "_")
|
||||
|
||||
string = sanitize_filename(string)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user