> @@ -944,6 +967,14 @@ class BootLoader(object): > """ Read an existing bootloader configuration. """ > raise NotImplementedError() > > + @property > + def trusted_boot(self): > + return self._trusted_boot > + > + @trusted_boot.setter > + def trusted_boot(self, trusted_boot): > + _trusted_boot = trusted_boot This should be self._trusted_boot. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list