This commit is contained in:
brent s 2018-08-07 12:27:01 -04:00
parent 380301725d
commit b566970d57
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class MirrorMgr(object):
self.chk_cur_ver()
self.parse_cfg()
self.log = logger.log(logfile = os.path.abspath(os.path.expanduser(
self.cfg['DEFAULT'])),
self.cfg['DEFAULT']['logfile'])),
logname = 'optools.repoclone.centos',
loglvl = _loglevel)