Skip to content

Commit 30a6e24

Browse files
authored
Merge pull request #333 from superannotateai/f-568
Modify cloning log
2 parents 9f4e5e5 + 53ae56d commit 30a6e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def execute(self):
546546
)
547547
self.reporter.log_debug(str(e), exc_info=True)
548548

549-
if self._include_workflow and self._include_annotation_classes:
549+
if self._include_workflow:
550550
if self._project.project_type in (
551551
constances.ProjectType.DOCUMENT.value,
552552
constances.ProjectType.VIDEO.value,

0 commit comments

Comments
 (0)