File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -184,13 +184,13 @@ def _copy_images(
184184 (source_project , source_project_folder ), image_name
185185 )
186186 if annotations ["annotation_json" ] is not None :
187- if "annotation_mask" in annotations and annotations [
188- "annotation_mask" ] is not None :
189- upload_image_annotations (
190- (destination_project , destination_project_folder ),
191- image_name , annotations ["annotation_json" ],
192- annotations ["annotation_mask" ]
193- )
187+ if "annotation_mask" in annotations :
188+ if annotations [ "annotation_mask" ] is not None :
189+ upload_image_annotations (
190+ (destination_project , destination_project_folder ),
191+ image_name , annotations ["annotation_json" ],
192+ annotations ["annotation_mask" ]
193+ )
194194 else :
195195 upload_image_annotations (
196196 (destination_project , destination_project_folder ),
Original file line number Diff line number Diff line change 1- __version__ = "4.1.0b16 "
1+ __version__ = "4.1.0b17 "
You can’t perform that action at this time.
0 commit comments