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

Commit cdc7d6f

Browse files
Update client.py
1 parent f0c054a commit cdc7d6f

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
@@ -59,7 +59,7 @@ def create_data_rows_from_table(self, df:pd.core.frame.DataFrame, lb_dataset:lab
5959

6060
# Create a dictionary where {key=global_key : value=labelbox_upload_dictionary} - this is unique to Pandas
6161
global_key_to_upload_dict = connector.create_upload_dict(
62-
df=df, local_files=local_files, lb_client=self.lb_client,
62+
df=df, local_files=local_files, lb_client=self.lb_client, base_client=self.base_client,
6363
row_data_col=row_data_col, global_key_col=global_key_col,
6464
external_id_col=external_id_col, metadata_index=metadata_index, divider=divider
6565
)

0 commit comments

Comments
 (0)