mirror of
https://codeberg.org/kazephil/Little_CAT_Helpers.git
synced 2023-08-25 14:05:45 +02:00
Remove the code integrated in the common module, and update the relevant function call.
This commit is contained in:
parent
e9a91e51b4
commit
a416e31727
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user