diff --git a/pungi/gather.py b/pungi/gather.py index dacbb3af..dc8c947a 100644 --- a/pungi/gather.py +++ b/pungi/gather.py @@ -1372,7 +1372,7 @@ class Pungi(PungiBase): cmd = ["lorax"] cmd.extend(["--workdir", self.workdir]) - cmd.extend(["--logfile", os.path.join(self.config.get('pungi', 'destdir'), 'logs/lorax-%s.log' % (self.pungiconfig.get('pungi', 'arch')))]) + cmd.extend(["--logfile", os.path.join(self.config.get('pungi', 'destdir'), 'logs/lorax-%s.log' % (self.config.get('pungi', 'arch')))]) try: # Convert url method to a repo