We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d06cf commit 3ab925cCopy full SHA for 3ab925c
dataikuapi/dss/wiki.py
@@ -125,7 +125,7 @@ def get_taxonomy(self):
125
:returns: The taxonomy
126
:rtype: list
127
"""
128
- return self.settings["taxonomy"] if "taxonomy" in self.settings else None
+ return self.settings["taxonomy"] if "taxonomy" in self.settings else []
129
130
def __retrieve_article_in_taxonomy__(self, taxonomy, article_id, remove=False):
131
0 commit comments