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

Commit 4da267e

Browse files
Update uploader.py
1 parent a9fb49b commit 4da267e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/uploader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def create_upload_dict(client:labelboxClient, table: pandas.core.frame.DataFrame
127127
print(f"Created model_run with name '{model_run.name}' for Labelbox Model with name {model.name}")
128128
model_id_to_model_run_id[model.uid] = model_run.uid
129129
else:
130-
continue
130+
break
131131
for model_id in model_id_to_model_run_id.keys():
132132
model_run_id = model_id_to_model_run_id[model_id]
133133
ontology_index = get_ontology_schema_to_name_path(

0 commit comments

Comments
 (0)