file system

This commit is contained in:
Hazel 2023-08-01 12:07:09 +02:00
parent be3b21e63a
commit 22e3a3f0ee

View File

@ -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)