Skip to content

Commit 59a28fc

Browse files
authored
Merge pull request #573 from superannotateai/1792_fix
fix export file naming issue for windows
2 parents 0d313e2 + 8696104 commit 59a28fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/core/usecases/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def execute(self):
144144

145145

146146
class DownloadExportUseCase(BaseReportableUseCase):
147-
FORBIDDEN_CHARS = "*./\\[]:;|,\"'"
147+
FORBIDDEN_CHARS = "*/\\[]:;|,\"'"
148148

149149
def __init__(
150150
self,

0 commit comments

Comments
 (0)