Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 5925ee4

Browse files
Update client.py
1 parent a7db629 commit 5925ee4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

labelpandas/client.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,10 @@ def create_data_rows_from_table(
9898
print(f'Data row upload will continue')
9999
else:
100100
print(f'Data row upload will not continue')
101-
return {"upload_results" : [], "conversion_errors" : errors}
101+
return {
102+
"data_row_upload_results" : [], "data_row_conversion_errors" : data_row_conversion_errors,
103+
"batch_to_project_errors" : [], "annotation_upload_results" : [], "annotation_conversion_errors" : []
104+
}
102105

103106
# Upload your data rows to Labelbox
104107
data_row_upload_results = uploader.batch_create_data_rows(

0 commit comments

Comments
 (0)