gorram it

This commit is contained in:
brent s 2018-08-07 12:25:21 -04:00
parent cd9148bcec
commit 380301725d
1 changed files with 2 additions and 2 deletions

View File

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