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

Commit 223789a

Browse files
Update client.py
1 parent 6847581 commit 223789a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

labelpandas/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ def create_data_rows_from_table(
113113
metadata_index=metadata_index, attachment_index=attachment_index, annotation_index=annotation_index,
114114
upload_method=upload_method, divider=divider, verbose=verbose
115115
)
116+
117+
print(upload_dict)
116118

117119
# Upload your data rows to Labelbox - update upload_dict if global keys are modified during upload
118120
data_row_upload_results, upload_dict = labelbase.uploader.batch_create_data_rows(

0 commit comments

Comments
 (0)