[Yum-devel] [PATCH] Don't return a decompressed filename that doesn't exist. BZ 895854.

Zdenek Pavlas zpavlas at redhat.com
Fri Jan 25 22:06:16 UTC 2013


> @@ -1146,7 +1146,11 @@ def repo_gen_decompress(filename,

> +    if cached and ret and not os.path.exists(ret):
> +        return None
> +    return ret

ACK, this is probably better.


More information about the Yum-devel mailing list