Skip to content

Commit 8dd4ed5

Browse files
flo-dhalluinjsbroks
authored andcommitted
Fix typo in dataset API (#192)
1 parent 55a5acc commit 8dd4ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/webserver/api/datasets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def get(self, dataset_id):
449449
if not current_user.can_download(dataset):
450450
return {"message": "You do not have permission to download the dataset's annotations"}, 403
451451

452-
return coco_util.get_dataseext_coco(dataset)
452+
return coco_util.get_dataset_coco(dataset)
453453

454454
@api.expect(coco_upload)
455455
@login_required

0 commit comments

Comments
 (0)