From db5b528d7d7987df139846a7576663877ebaca1e Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 23 Oct 2025 13:07:50 -0400 Subject: [PATCH] fix window path 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 428dbc26e..66886cc9e 100644 --- a/modules/images_namegen.py +++ b/modules/images_namegen.py @@ -169,7 +169,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 # noqa: RUF001 "\u02BB" # modifier letter turned comma "\u201C\u201D\u201F" # smart double quotes and variants