Skip to content

Commit

Permalink
fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Oct 23, 2024
1 parent 9415984 commit 40be5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def load_cohort_dict_file(dict_path: str, cohort_id: str) -> Dataset:
# detail=str(e),
)
if len(warnings) > 0:
logging.warning(f"Warnings uploading {cohort_id}: {"\n\n".join(warnings)}")
logging.warning(f"Warnings uploading {cohort_id}: " + "\n\n".join(warnings))
return g


Expand Down

0 comments on commit 40be5ba

Please sign in to comment.