This commit is contained in:
brent s 2018-08-07 12:27:01 -04:00
parent 380301725d
commit b566970d57

View File

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