Skip to content
Snippets Groups Projects
Commit c4e16ba4 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: file name

parent 79f67069
No related branches found
No related tags found
1 merge request!5MAINT: move datamodel config to a separate file
Pipeline #60983 passed with warnings
......@@ -4,7 +4,7 @@ import configparser
from importlib_resources import files, as_file
with as_file(files('loan').joinpath('default_config.ini')) as default_config_path:
user_config_path = os.path.expanduser('~/.linkahead_loan')
user_config_path = os.path.expanduser('~/.linkahead_loa.ini')
config = configparser.ConfigParser()
config.read([default_config_path, user_config_path])
global rts, ps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment