Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cdpath committed Dec 20, 2022
1 parent 1a3abe3 commit cb57883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion label_studio_converter/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def add_image(images, width, height, image_id, image_path):
for label in labels:

category_name = None
for key in ['rectanglelabels', 'polygonlabels', 'brushlabels' 'labels']:
for key in ['rectanglelabels', 'polygonlabels', 'brushlabels', 'labels']:
if key in label and len(label[key]) > 0:
category_name = label[key][0]
break
Expand Down

0 comments on commit cb57883

Please sign in to comment.