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.
2 parents 9f4e5e5 + 53ae56d commit 30a6e24Copy full SHA for 30a6e24
src/superannotate/lib/core/usecases/projects.py
@@ -546,7 +546,7 @@ def execute(self):
546
)
547
self.reporter.log_debug(str(e), exc_info=True)
548
549
- if self._include_workflow and self._include_annotation_classes:
+ if self._include_workflow:
550
if self._project.project_type in (
551
constances.ProjectType.DOCUMENT.value,
552
constances.ProjectType.VIDEO.value,
0 commit comments