Skip to content

Commit 8696104

Browse files
Narek MkhitaryanNarek Mkhitaryan
authored andcommitted
fix export file naming issue for windows
1 parent 26bd44f commit 8696104

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)