diff --git a/src/pylorax/images.py b/src/pylorax/images.py index e2c0f98f..e77d92db 100644 --- a/src/pylorax/images.py +++ b/src/pylorax/images.py @@ -292,7 +292,7 @@ class PPC(object): p.wait() # copy yaboot.conf to etc dir - if (biarch): + if biarch(): yabootconf = cpfile(self.reqs["yabootconf3264"], joinpaths(self.outputroot, ETCDIR, "yaboot.conf"))