This commit is contained in:
Markus Unterwaditzer 2014-05-02 21:23:22 +02:00
parent a4687d371e
commit e8572cf858

View file

@ -150,7 +150,7 @@ def get_init_args(cls):
def main():
env = os.environ
fname = env.get('VDIRSYNCER_CONFIG', expand_path('~/.vdirsyncer/config'))
fname = expand_path(env.get('VDIRSYNCER_CONFIG', '~/.vdirsyncer/config'))
cfg = load_config(fname)
_main(env, cfg)