Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Add data_path attribute to lambda manager payload
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-treskin committed Oct 25, 2023
1 parent b29daa2 commit ebc989d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cvat/apps/lambda_manager/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ def mandatory_arg(name: str) -> Any:
payload.update({
"image": self._get_image(db_task, data["frame"], quality),
"data_path": data_path
})
elif self.kind == LambdaType.INTERACTOR:
payload.update({
"image": self._get_image(db_task, mandatory_arg("frame"), quality),
Expand Down

0 comments on commit ebc989d

Please sign in to comment.