We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efeed5 commit 5095f47Copy full SHA for 5095f47
src/superannotate/lib/core/usecases/images.py
@@ -749,7 +749,7 @@ def __init__(
749
if response.error:
750
raise AppException(response.error)
751
workflow = response.data[0]
752
- if workflow.is_system:
+ if workflow.is_system():
753
annotation_status_value = (
754
self._service_provider.get_annotation_status_value(
755
self._project, "NotStarted"
@@ -1112,7 +1112,7 @@ def execute(self):
1112
1113
1114
1115
1116
self._annotation_status_value = (
1117
1118
0 commit comments