Looks OK. ----- "Ales Kozumplik" <akozumpl@xxxxxxxxxx> wrote: > --- > iw/partition_gui.py | 1 + > kickstart.py | 2 +- > 2 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/iw/partition_gui.py b/iw/partition_gui.py > index c1459a7..bbd1c42 100644 > --- a/iw/partition_gui.py > +++ b/iw/partition_gui.py > @@ -938,6 +938,7 @@ class PartitionWindow(InstallWindow): > format = lv.format > > # icon for the format column > + format_icon = None > if lv.format.type == "luks" and not > lv.format.exists: > # we're creating the LUKS header > format_icon = self.lock_pixbuf > diff --git a/kickstart.py b/kickstart.py > index 497cda9..a28eb03 100644 > --- a/kickstart.py > +++ b/kickstart.py > @@ -1012,7 +1012,7 @@ commandMap = { > } > > dataMap = { > - "FcoeData": : FcoeData, > + "FcoeData": FcoeData, > "IscsiData": IscsiData, > "LogVolData": LogVolData, > "NetworkData": NetworkData, > -- > 1.6.2.5 > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/anaconda-devel-list _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list