[PATCH 16/19] Reset error list on success of doKickstartStorage.

David Lehman dlehman at redhat.com
Thu Oct 18 21:49:44 UTC 2012


---
 pyanaconda/ui/gui/spokes/storage.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py
index 4492dce..4ec3d4e 100644
--- a/pyanaconda/ui/gui/spokes/storage.py
+++ b/pyanaconda/ui/gui/spokes/storage.py
@@ -413,6 +413,7 @@ class StorageSpoke(NormalSpoke, StorageChecker):
 
             self.disks = getDisks(self.storage.devicetree)
         else:
+            self.errors = []
             if self.autopart:
                 # this was already run as part of doAutoPartition. dumb.
                 self.run()
-- 
1.7.7.6



More information about the anaconda-patches mailing list