mirror of
https://codeberg.org/kazephil/Little_CAT_Helpers.git
synced 2023-08-25 14:05:45 +02:00
Change variable name.
This commit is contained in:
parent
e42ea6db94
commit
5c3a316311
@ -49,8 +49,8 @@ def get_glossary_settings():
|
||||
def set_base_glossary_path():
|
||||
'''Assign the default path for glossary files'''
|
||||
|
||||
config_path = Path(glossary_settings['configpath'])
|
||||
candidates = [config_path, common.DEFAULT_DOCHOME, common.USER_HOME]
|
||||
configpath = Path(glossary_settings['configpath'])
|
||||
candidates = [configpath, common.DEFAULT_DOCHOME, common.USER_HOME]
|
||||
base_glossary_path = common.set_basepath(candidates)
|
||||
|
||||
return base_glossary_path
|
||||
|
Loading…
Reference in New Issue
Block a user