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

Commit 4e07196

Browse files
Update client.py
1 parent f9689ae commit 4e07196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labelpandas/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ def create_data_rows_from_table(
6767

6868
# If there are conversion errors, let the user know; if there are no successful conversions, terminate the upload
6969
if conversion_errors:
70-
print(f'There were {len(conversion_errors)} errors in creating your upload list - the second return value will be a list of errors.')
70+
print(f'There were {len(conversion_errors)} errors in creating your upload list - see result["conversion_errors"] for more information')
7171
if global_key_to_upload_dict:
72-
print(f'Data row upload will continue - the first return value will be data row upload results')
72+
print(f'Data row upload will continue')
7373
else:
7474
print(f'Data row upload will not continue')
7575
return {"upload_results" : [], "conversion_errors" : errors}

0 commit comments

Comments
 (0)