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

Commit 72a757d

Browse files
Update client.py
1 parent 5e36981 commit 72a757d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def create_data_rows_from_table(
101101

102102
# Batch data rows to projects, if applicable
103103
batch_to_project_results = labelbase.uploader.batch_rows_to_project(
104-
client=self.lb_client, project_id_to_batch_dict, priority=priority
104+
client=self.lb_client, project_id_to_batch_dict=project_id_to_batch_dict, priority=priority
105105
)
106106

107107
if (upload_method in ["mal", "import"]) and (annotation_index!={}):

0 commit comments

Comments
 (0)