Skip to content

Commit

Permalink
fix: wrong attribute name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 10, 2024
1 parent bc114ee commit 010807a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fishsense_lite/commands/label_studio.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def execute_laser(

class Data:
def __init__(self, img: str):
self.img = img
self.__dict__["img-1"] = img


class LaserValue:
Expand Down

0 comments on commit 010807a

Please sign in to comment.