From 3dc37d34b9d058678be4ecdcb19fb3cb70cb3d73 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 23 Oct 2025 09:47:18 -0400 Subject: [PATCH] fix sanitizer Signed-off-by: Vladimir Mandic --- modules/images_namegen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/images_namegen.py b/modules/images_namegen.py index 57e94802e..370953e87 100644 --- a/modules/images_namegen.py +++ b/modules/images_namegen.py @@ -167,7 +167,7 @@ class FilenameGenerator: def sanitize(self, filename): # starting reference: invalid_chars = ( - "#<>:/\\\"'`" # ASCII quote and backtick + "#<>/\\\"'`" # ASCII quote and backtick "’‚‛\u2018\u2019\u201B" # smart single quotes and variants "\u02BB" # modifier letter turned comma (ʻ) "\u201C\u201D\u201F" # smart double quotes and variants