ghlister: change conffile location to match SWH convention
This commit is contained in:
parent
d3e542ab7e
commit
2be420e772
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ def parse_args():
|
|||
|
||||
def read_conf(args):
|
||||
config = configparser.ConfigParser(defaults=DEFAULT_CONF)
|
||||
config.read(os.path.expanduser('~/.config/ghlister.ini'))
|
||||
config.read(os.path.expanduser('~/.config/swh/lister-github.ini'))
|
||||
|
||||
conf = config._sections['main']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue