Skip to content

Commit

Permalink
fix: missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 12, 2024
1 parent cc2d277 commit ac25d01
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 @@ -240,7 +240,7 @@ def __call__(self):
files, lens_calibration, estimated_laser_calibration, root, output
)

self.__build_fishial_json(files, output)
self.__build_fishial_json(files, output, root)

def __build_nn_laser_json(
self,
Expand Down

0 comments on commit ac25d01

Please sign in to comment.