Skip to content

Commit

Permalink
fix: add folder field to the json output
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Nov 18, 2024
1 parent 0baa13c commit 3589d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions labelu/internal/common/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def convert_to_json(
{
"id": sample.get("id"),
"result": annotated_result_str,
"folder": settings.MEDIA_ROOT,
"url": file.get("url"),
"fileName": file.get("filename", ""),
}
Expand Down

0 comments on commit 3589d22

Please sign in to comment.