bugfix typo

This commit is contained in:
2017-03-22 12:52:59 +01:00
parent 76e423410f
commit 61357ca919
2 changed files with 45 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ def configure():
if startdir is None:
startdir = os.path.abspath(".")
if pargs.conffile is not None and os.path.dirname(pargs.conffile) == "":
pargs.conffile = os.path.join(startdir, pargs.confffile)
pargs.conffile = os.path.join(startdir, pargs.conffile)
if pargs.logfile is not None and os.path.dirname(pargs.logfile) == "":
pargs.logfile = os.path.join(startdir, pargs.logfile)