Skip to content

Commit 075cdc8

Browse files
committed
Version bump
1 parent 446ece4 commit 075cdc8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

superannotate/db/project_images.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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),

superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.1.0b16"
1+
__version__ = "4.1.0b17"

0 commit comments

Comments
 (0)