[Yum-devel] [PATCH] yum-builddep: print all missing deps, not only the first one found

Zdenek Pavlas zpavlas at redhat.com
Thu Jun 14 12:03:03 UTC 2012


> -                self.logger.error("Error: %s" % e)
> +                errors.add(unicode(e))

ACK, but I'd remove the unicode() call, as it fails in old python.
There's exception2msg() in yum.i18n that converts exception to
unicode correctly (with all the hairy fallbacks).


More information about the Yum-devel mailing list