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

Vratislav Podzimek vpodzime at redhat.com
Thu Aug 7 07:03:55 UTC 2014


On Wed, 2014-08-06 at 14:27 -0400, Chris Lumens wrote:
> 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
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list