From 869610473eb73b30f5cd91789e74af14e95838e2 Mon Sep 17 00:00:00 2001 From: Narek Mkhitaryan Date: Mon, 27 Feb 2023 19:04:47 +0400 Subject: [PATCH] fix export file naming issue for windows --- src/superannotate/lib/core/usecases/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/superannotate/lib/core/usecases/models.py b/src/superannotate/lib/core/usecases/models.py index eeced8266..4bc6d1f52 100644 --- a/src/superannotate/lib/core/usecases/models.py +++ b/src/superannotate/lib/core/usecases/models.py @@ -144,7 +144,7 @@ def execute(self): class DownloadExportUseCase(BaseReportableUseCase): - FORBIDDEN_CHARS = "*./\\[]:;|,\"'" + FORBIDDEN_CHARS = "*/\\[]:;|,\"'" def __init__( self,