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 7ef2e15 commit d7b7a39Copy full SHA for d7b7a39
webknossos/webknossos/annotation/annotation.py
@@ -895,7 +895,7 @@ def upload(self) -> str:
895
createGroupForEachFile=False,
896
)
897
898
- return f"{context.url}/annotations/{response_annotation_info.annotation.typ}/{response_annotation_info.annotation.id}"
+ return f"{context.url}/annotations/{response_annotation_info.annotation.id}"
899
900
def _binary_zip(self) -> bytes:
901
with BytesIO() as buffer:
0 commit comments