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

Commit 52f65b6

Browse files
Update client.py
1 parent ac76179 commit 52f65b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def create_data_rows_from_table(self, df:pd.core.frame.DataFrame, lb_dataset:lab
6060
global_key_to_upload_dict = connector.create_upload_dict(
6161
df=df, local_files=local_files, lb_client=self.lb_client, base_client=self.base_client,
6262
row_data_col=row_data_col, global_key_col=global_key_col,
63-
external_id_col=external_id_col, metadata_index=metadata_index, divider=divider
63+
external_id_col=external_id_col, metadata_index=metadata_index, divider=divider, verbose=verbose
6464
)
6565

6666
# Upload your data rows to Labelbox

0 commit comments

Comments
 (0)