Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ngawangtrinley committed Sep 26, 2019
1 parent 1647288 commit 063a176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/DictionaryWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def initPyboDict(self):
# resourcePath = '/'.join(('resources', 'lexica_bo', 'Tibetan.DICT'))
# reader = pkg_resources.resource_stream(resourcePkg, resourcePath)

resourcePath = '/'.join(('resources', 'dictionaries', 'lexica_bo', 'Tibetan.DICT'))
resourcePath = os.path.join(BASE_DIR, 'resources', 'dictionaries', 'lexica_bo', 'Tibetan.DICT')
reader = open(resourcePath, mode="r", encoding="utf-8", newline="")
file = reader.read()

Expand Down

0 comments on commit 063a176

Please sign in to comment.