Skip to content

Commit bb9bfed

Browse files
committed
Fix problem
1 parent 1bcd604 commit bb9bfed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bam_masterdata/excel/excel_to_entities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ def process_term_cell(term, cell_value, coordinate, sheet_title):
593593
}
594594
# Also correct a typo here: "descriptions" -> "description"
595595
for key, pybis_val in {
596-
"Description": "description",
596+
"Description": "descriptions",
597597
"Url template": "url_template",
598598
"Label": "label",
599599
"Official": "official",

0 commit comments

Comments
 (0)