Skip to content

Commit 39d4a34

Browse files
committed
update to error messaging
1 parent 106c3d3 commit 39d4a34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

labelbox/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,6 @@ def assign_global_keys_to_data_rows(
10111011
"jobStatus"] == "COMPLETE":
10121012
errors = []
10131013
res = res['assignGlobalKeysToDataRowsResult']['data']
1014-
print(res)
10151014
if res['invalidGlobalKeyAssignments']:
10161015
errors.append("Invalid Global Keys: " +
10171016
str(res['invalidGlobalKeyAssignments']))

0 commit comments

Comments
 (0)