ghlister: change conffile location to match SWH convention

This commit is contained in:
Stefano Zacchiroli 2015-09-10 18:20:02 +02:00
parent d3e542ab7e
commit 2be420e772

View file

@ -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']