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 55a5acc commit 8dd4ed5Copy full SHA for 8dd4ed5
backend/webserver/api/datasets.py
@@ -449,7 +449,7 @@ def get(self, dataset_id):
449
if not current_user.can_download(dataset):
450
return {"message": "You do not have permission to download the dataset's annotations"}, 403
451
452
- return coco_util.get_dataseext_coco(dataset)
+ return coco_util.get_dataset_coco(dataset)
453
454
@api.expect(coco_upload)
455
@login_required
0 commit comments