On Sat, 10 Oct 2009, Tim Lauridsen wrote:

On 10/09/2009 10:22 PM, Seth Vidal wrote:
+        check_pkgs = installpkgs + map(lambda x: x[0], updatepkgs)


Then patch is fine, but maybe we should get rid of the map() and use

[x[0] for x in updatepkgs]

you're absolutely right.

thanks,
-sv

_______________________________________________
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to