File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1164,7 +1164,8 @@ def __upload_annotations_thread(
11641164 if not check_annotation_json (annotation_json ):
11651165 couldnt_upload [thread_id ].append (full_path )
11661166 logger .warning (
1167- "Annotation JSON %s missing width or height info. Skipping upload" , full_path
1167+ "Annotation JSON %s missing width or height info. Skipping upload" ,
1168+ full_path
11681169 )
11691170 continue
11701171 fill_class_and_attribute_ids (
@@ -1399,7 +1400,8 @@ def __upload_preannotations_thread(
13991400 if not check_annotation_json (annotation_json ):
14001401 couldnt_upload [thread_id ].append (full_path )
14011402 logger .warning (
1402- "Annotation JSON %s missing width or height info. Skipping upload" , full_path
1403+ "Annotation JSON %s missing width or height info. Skipping upload" ,
1404+ full_path
14031405 )
14041406 continue
14051407 fill_class_and_attribute_ids (annotation_json , annotation_classes_dict )
You can’t perform that action at this time.
0 commit comments