Skip to content

Commit

Permalink
Update logger message in workflow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenAnpu committed Aug 12, 2024
1 parent c489a0e commit 1424e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ def workflow_output(api: sly.Api, file: Union[int, sly.api.file_api.FileInfo]):
"mainLink": {"url": f"/files/{file.id}/true/?teamId={file.team_id}", "title": "Download"}
}}
api.app.workflow.add_output_file(file, meta=meta)
sly.logger.debug(f"Workflow: Output project - {file}")
sly.logger.debug(f"Workflow: Output file - {file}")
except Exception as e:
sly.logger.debug(f"Failed to add output to the workflow: {repr(e)}")

0 comments on commit 1424e21

Please sign in to comment.