mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-09 07:28:03 +01:00
bugfix typo
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user