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

Commit 92ea9e4

Browse files
Update uploader.py
1 parent fe343d7 commit 92ea9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labelpandas/uploader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ def create_upload(row_dict:dict, row_data_col:str, global_key_col:str, external_
214214
# Create a base data row dictionary
215215
data_row = {}
216216
if create_action:
217-
data_row["row_data"] = row_dict[row_data_col],
218-
data_row["global_key"] = row_dict[global_key_col],
217+
data_row["row_data"] = row_dict[row_data_col]
218+
data_row["global_key"] = row_dict[global_key_col]
219219
data_row["external_id"] = row_dict[external_id_col]
220220
# Create a list of metadata for a data row
221221
metadata_fields = [{"schema_id" : metadata_name_key_to_schema['lb_integration_source'], "value" : "LabelPandas"}]

0 commit comments

Comments
 (0)