Skip to content

Commit

Permalink
Reference #253 in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdesmet committed Aug 7, 2020
1 parent 5aa48c8 commit 6b11864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def get_term_definition(self, term_iri):
vs_term = self._select_versions_term(term_iri)

term_data = {}
term_data["label"] = vs_term['term_localName'] # Use camelCase term_localName as label
term_data["label"] = vs_term['term_localName'] # See https://github.com/tdwg/dwc/issues/253#issuecomment-670098202
term_data["iri"] = term_iri
term_data["class"] = vs_term['organized_in']
term_data["definition"] = self.convert_link(vs_term['definition'])
Expand Down

0 comments on commit 6b11864

Please sign in to comment.