Looks good, Regards, Hans Radek Vykydal wrote:
--- iw/partition_gui.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/iw/partition_gui.py b/iw/partition_gui.py index 668530c..0b52a70 100644 --- a/iw/partition_gui.py +++ b/iw/partition_gui.py @@ -737,7 +737,7 @@ class PartitionWindow(InstallWindow): # look up the mapped/decrypted device since that's # where we'll find the format we want to display try: - dm_dev = self.storage.getChildren(array)[0] + dm_dev = self.storage.devicetree.getChildren(array)[0] except IndexError: format = array.format else:
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list