The only other place where exclusiveDisks are set is in ks and in this case filter UI is skipped so it seems we can just assign value to exclusiveDisks instead of extending it (which causes the problem when going back to filtering UI). Also we may want to update the filtering UI with exclusiveDisks when going back, but it doesn't seem trivial, so I'd leave it to Chris. (ouch, "going back" stuff again, my curse?) --- iw/filter_gui.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/iw/filter_gui.py b/iw/filter_gui.py index cdd90fa..aeebf7f 100644 --- a/iw/filter_gui.py +++ b/iw/filter_gui.py @@ -376,7 +376,7 @@ class FilterWindow(InstallWindow): custom_icon="error") raise gui.StayOnScreen - self.anaconda.id.storage.exclusiveDisks.extend(list(selected)) + self.anaconda.id.storage.exclusiveDisks = list(selected) def _add_advanced_clicked(self, button): from advanced_storage import addDrive -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list