--- iw/autopart_type.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iw/autopart_type.py b/iw/autopart_type.py index 2695b94..6fa76c4 100644 --- a/iw/autopart_type.py +++ b/iw/autopart_type.py @@ -381,14 +381,14 @@ class PartitionTypeWindow(InstallWindow): rc = dialog.run() if rc == gtk.RESPONSE_CANCEL: - break; + break iter = combo.get_active_iter() if iter is None: self.intf.messageWindow(_("Error"), "Must select a NIC to use.", type="warning", custom_icon="error") - continue; + continue try: self.storage.fcoe.addSan(store.get_value(iter, 1), self.intf) -- 1.6.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list