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

Commit df6c3e3

Browse files
Update connector.py
1 parent 6486253 commit df6c3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def create_upload_dict(df:pandas.core.frame.DataFrame, lb_client:Client, base_cl
4343
if res['error']:
4444
errors.append(res)
4545
else:
46-
global_key_to_upload_dict[str(res["global_key"])] = res
46+
global_key_to_upload_dict[str(res['result']["global_key"])] = res['result']
4747
else:
4848
for f in as_completed(futures):
4949
res = f.result()

0 commit comments

Comments
 (0)