Skip to content

Commit

Permalink
fix recent bug in glossary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 31, 2024
1 parent b4154a3 commit 0c8c0b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyglossary/glossary.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,12 @@ def read(

self._progressbar = progressbar

return self._read(
self._read(
filename=filename,
direct=direct,
**kwargs,
)
return True

def addEntryObj(self, entry: EntryType) -> None:
self._data.append(entry)
Expand Down

0 comments on commit 0c8c0b9

Please sign in to comment.