This commit is contained in:
brent s. 2020-06-24 01:01:58 -04:00
parent 0e16214e45
commit c8bf61ea98
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ class Sync(object):
e = e[0]
logger.filehandler.close()
logger.filehandler.baseFilename = os.path.join(self.logdir, '{0}.log'.format(e.attrib['name']))
distro = Distro(e[0])
distro = Distro(e)
distro.sync()
else:
for e in self.cfg.xml.findall('distro'):