Skip to content

Commit

Permalink
Update Workflow class to include file title in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenAnpu committed Jul 29, 2024
1 parent 5ebb511 commit 963e206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def add_output(self, file_info: sly.api.file_api.FileInfo):
"color": "#33c94c",
"backgroundColor": "#d9f7e4",
},
"title": f"{file_info.name}",
"mainLink": {"url": f"{file_info.full_storage_url}", "title": "Download"},
}
}
Expand Down

0 comments on commit 963e206

Please sign in to comment.