Skip to content

Commit 5cd1775

Browse files
committed
prepare_export enhancement for projects with attached URLs
1 parent 798821b commit 5cd1775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

superannotate/db/exports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def prepare_export(
128128
logger.info(
129129
"Include fuse functionality is not supported for projects containing images attached with URLs"
130130
)
131+
include_fuse = False
131132
team_id, project_id = project["team_id"], project["id"]
132133
if annotation_statuses is None:
133134
annotation_statuses = [2, 3, 4, 5]

0 commit comments

Comments
 (0)