We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798821b commit 5cd1775Copy full SHA for 5cd1775
superannotate/db/exports.py
@@ -128,6 +128,7 @@ def prepare_export(
128
logger.info(
129
"Include fuse functionality is not supported for projects containing images attached with URLs"
130
)
131
+ include_fuse = False
132
team_id, project_id = project["team_id"], project["id"]
133
if annotation_statuses is None:
134
annotation_statuses = [2, 3, 4, 5]
0 commit comments