osdg-tool icon indicating copy to clipboard operation
osdg-tool copied to clipboard

fix: sdg keywords

Open Andreluizfc opened this issue 2 years ago • 0 comments

Fix SDGs keywords json

Main contribution in this PR:

  • [x] Fixed the json containing keywords.

Reasons:

For the SDG_4 list of keywords, there was another list inside ["pedagogy"]. List type is not hashable when transforming into a set.

Traceback (most recent call last):
  File "<string>", line 1, in <module>
TypeError: unhashable type: 'list'

Andreluizfc avatar Jun 17 '22 02:06 Andreluizfc