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

Commit fe343d7

Browse files
Update client.py
1 parent 2ea4de0 commit fe343d7

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
@@ -146,6 +146,8 @@ def create_data_rows_from_table(
146146
create_action=actions["create"], annotate_action=actions["annotate"], prediction_action=actions["predictions"],
147147
upload_method=upload_method, mask_method=mask_method, divider=divider, verbose=verbose
148148
)
149+
150+
print(upload_dict)
149151

150152
# Upload your data rows to Labelbox, updating upload_dict if global keys are modified during upload using labelbase.uploader.batch_create_data_rows
151153
data_row_upload_results, upload_dict = batch_create_data_rows(

0 commit comments

Comments
 (0)