[PATCH rhel7-branch] Clear out errors at the beginning of _save_right_side.

Chris Lumens clumens at redhat.com
Wed Aug 6 18:27:29 UTC 2014


Resolves: rhbz#1070504
---
 pyanaconda/ui/gui/spokes/custom.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 8dd52d4..c0f2f51 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -1115,6 +1115,8 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
 
             This method must never trigger a call to self._do_refresh.
         """
+        self.clear_errors()
+
         if not self._initialized or not selector:
             return
 
-- 
1.9.3



More information about the anaconda-patches mailing list