mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 14:56:01 +00:00
[ROMM-2746] Drop + from filenames on update
This commit is contained in:
@@ -31,7 +31,7 @@ def iter_directories(path: str, recursive: bool = False) -> Iterator[tuple[Path,
|
||||
|
||||
|
||||
INVALID_CHARS_HYPHENS = re.compile(r"[\\/:|]")
|
||||
INVALID_CHARS_EMPTY = re.compile(r'[*?"<>]')
|
||||
INVALID_CHARS_EMPTY = re.compile(r'[*?"<>+]')
|
||||
|
||||
|
||||
def sanitize_filename(filename: str) -> str:
|
||||
|
||||
Reference in New Issue
Block a user