Skip to content

Commit 872ac4d

Browse files
authored
Update data_row_metadata.py
1 parent 21adc05 commit 872ac4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/data_row_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def _parse_ontology(self) -> List[DataRowMetadataSchema]:
198198
DataRowMetadataSchema(**{
199199
**option,
200200
**{
201-
"parent": schema["id"]
201+
"parent": schema["uid"]
202202
}
203203
}))
204204
schema["options"] = options

0 commit comments

Comments
 (0)