Skip to content

Commit cb215bf

Browse files
committed
Fix annotation classes
1 parent 33bdd72 commit cb215bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

superannotate/db/annotation_classes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ def fill_class_and_attribute_ids(annotation_json, annotation_classes_dict):
299299
logger.warning(
300300
"Couldn't find annotation class %s", annotation_class_name
301301
)
302+
continue
302303
class_id = annotation_classes_dict[annotation_class_name]["id"]
303304
ann["classId"] = class_id
304305
for attribute in ann["attributes"]:

superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.7"
1+
__version__ = "2.3.8"

0 commit comments

Comments
 (0)