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

Commit 4c59cd3

Browse files
Update client.py
1 parent 6cdcd97 commit 4c59cd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labelpandas/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def create_data_rows_from_table(
155155

156156
# If performing actions that require data row IDs, we pull them here using labelbase.uploader.create_global_key_to_data_row_id_dict
157157
if actions["batch"] or actions["annotate"] or actions["prediction"]:
158+
print(upload_dict.keys())
158159
global_key_to_data_row_id = create_global_key_to_data_row_id_dict(
159160
client=self.lb_client, global_keys=list(upload_dict.keys())
160161
)

0 commit comments

Comments
 (0)