> diff --git a/storage/__init__.py b/storage/__init__.py > index c7863e0..dfe8a78 100644 > --- a/storage/__init__.py > +++ b/storage/__init__.py > @@ -251,6 +251,7 @@ class Storage(object): > self.doAutoPart = False > self.clearPartType = None > self.clearPartDisks = [] > + self.clearPartChoice = None > self.encryptedAutoPart = False > self.encryptionPassphrase = None > self.autoPartEscrowCert = None An argument could be made here that we shouldn't be putting UI-specific data in the Storage structure, but we've already done a little of that and I don't really see a better place for it. Worth thinking about, though. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list