[PATCH] Correctly report an error if OSError is hit when setting up the source (#947634).

David Lehman dlehman at redhat.com
Wed Apr 3 15:35:19 UTC 2013


On Wed, 2013-04-03 at 10:32 -0400, Chris Lumens wrote:
> ---
>  pyanaconda/ui/gui/spokes/source.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Is it possible that this exception could also pop up because of an
invalid repo url on the command line or in a kickstart? If so, the
better fix would be to catch OSError in updateBaseRepo or
_configureBaseRepo and raise PayloadError.




More information about the anaconda-patches mailing list