Remove the code integrated in the common module, and update the relevant function call.

This commit is contained in:
Philippe Tourigny 2022-07-16 13:52:33 +09:00
parent e9a91e51b4
commit a416e31727
1 changed files with 1 additions and 2 deletions

View File

@ -50,8 +50,7 @@ def set_base_glossary_path():
'''Assign the default path for glossary files'''
configpath = Path(glossary_settings['configpath'])
candidates = [configpath, common.DEFAULT_DOCHOME, common.USER_HOME]
base_glossary_path = common.set_basepath(candidates)
base_glossary_path = common.set_basepath(configpath)
return base_glossary_path