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 bd26bf5 commit 92876c4Copy full SHA for 92876c4
src/superannotate/lib/core/usecases/images.py
@@ -2732,7 +2732,7 @@ def validate_uniqueness(self):
2732
2733
def validate_project_type(self):
2734
if (
2735
- self._project.project_type in (ProjectType.PIXEL.value and ProjectType.VIDEO.value)
+ self._project.project_type in (ProjectType.PIXEL.value, ProjectType.VIDEO.value)
2736
and self._annotation_class.type == "tag"
2737
):
2738
raise AppException(
src/superannotate/version.py
@@ -1 +1 @@
1
-__version__ = "4.3.0.dev16"
+__version__ = "4.3.0.dev17"
0 commit comments