On Tue, 2011-01-25 at 10:43 -0500, James Antill wrote:
> ---
>  output.py |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/output.py b/output.py
> index b1d92e5..04b718b 100755
> --- a/output.py
> +++ b/output.py
> @@ -1936,6 +1936,9 @@ to exit.
>              of a package(s) instead of via. transactions. """
>          tids = self.history.search(extcmds)
>          limit = None
> +        if extcmds and not tids:
> +            self.logger.critical(_('Bad transaction IDs, or package(s), 
> given'))
> +            return 1, ['Failed history packages-list']
>          if not tids:
>              limit = 20
>  

ACK

-sv



_______________________________________________
Yum-devel mailing list
[email protected]
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to