Skip to content

Commit

Permalink
tries fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Nov 23, 2022
1 parent 03ba5ca commit b1926dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skg/sotsog.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def wd_search(self,wd:Wikidata,search_term:str,options)->list:
item=wd_items[0]
items.append(item)
self.handleItem(item,qid,itemLabel,desc,options)
return items

def handleItem(self,item,qid,itemLabel,desc,options):
"""
Expand Down

0 comments on commit b1926dc

Please sign in to comment.