Skip to content

Commit 0c3cb2b

Browse files
Update openMINDS_pipeline/vocab.py
Co-authored-by: Lyuba Zehl <lyuba.zehl@ebrains.eu>
1 parent e5d8365 commit 0c3cb2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openMINDS_pipeline/vocab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def _extract_property(self, type: str, property: str, definition: dict):
341341
prop["namePlural"] = None
342342

343343
# Automatically calculated values
344-
unqualified_property = os.path.basename(property)
344+
property_basename = os.path.basename(property)
345345
if "label" not in prop:
346346
prop["label"] = _camel_case_to_human_readable(unqualified_property)
347347
if "name" not in prop:

0 commit comments

Comments
 (0)