From ad18e21d1ac61d281b01e6209c0fb3f6801b4fa6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Mar 2015 12:20:44 -0500 Subject: [PATCH] fix up typo in getting arch for the lorax log file Signed-off-by: Dennis Gilmore --- pungi/gather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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