fix default config path
This commit is contained in:
parent
a96188385f
commit
2b58f653b7
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ except OSError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if not path.isfile(CONFIG_PATH+'poezio.cfg'):
|
if not path.isfile(CONFIG_PATH+'poezio.cfg'):
|
||||||
copy2('../data/default_config.cfg', CONFIG_PATH+'poezio.cfg')
|
copy2('./data/default_config.cfg', CONFIG_PATH+'poezio.cfg')
|
||||||
|
|
||||||
parser = OptionParser()
|
parser = OptionParser()
|
||||||
parser.add_option("-f", "--file", dest="filename", default=CONFIG_PATH+'poezio.cfg',
|
parser.add_option("-f", "--file", dest="filename", default=CONFIG_PATH+'poezio.cfg',
|
||||||
|
|
Loading…
Reference in a new issue