Skip to content

Commit 369ecc1

Browse files
authored
Merge pull request #270 from superannotateai/f-139
F 139
2 parents 371e631 + 7d72a53 commit 369ecc1

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TOKEN = "ca95ed96f80e8ec3be791e2d3097cf51"
1+
TOKEN = "e741d4863e7e05b1a45833d01865ef0d"

src/superannotate/lib/app/mixp/utils/parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def search_annotation_classes(*args, **kwargs):
358358
"event_name": "search_annotation_classes",
359359
"properties": {
360360
"project_name": get_project_name(project),
361-
"name_prefix": name_prefix,
361+
"Prefix": bool(name_prefix),
362362
},
363363
}
364364

src/superannotate/lib/core/usecases/models.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,8 +763,7 @@ def execute(self):
763763
image_ids=image_ids,
764764
)
765765
if not res.ok:
766-
self._response.errors = res.json().get("error")
767-
return self._response
766+
res.raise_for_status()
768767

769768
success_images = []
770769
failed_images = []

src/superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.2.3b2"
1+
__version__ = "4.2.3b7"

0 commit comments

Comments
 (0)