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 cadeca9 commit 2221900Copy full SHA for 2221900
src/superannotate/lib/core/usecases/projects.py
@@ -536,7 +536,7 @@ def execute(self):
536
)
537
elif not annotation_classes_created:
538
self.reporter.log_info(
539
- f"Skipping the workflow clone from {self._project.name} to {self._project_to_create.name}."
+ f"Skipping the workflow clone from {self._project.name} to {self._project_to_create.name}."
540
541
else:
542
0 commit comments