>          # confirm with user
>          if self._promptWanted():
> -            if self.conf.assumeno or not self.userconfirm():
> +            uc = None
> +            if not self.conf.assumeno:
> +                uc = _downloadonly_userconfirm(self)

When using --downloadonly, I almost always use -y too.  This could
be implicit.  When someone wants to review the transaction and THEN run
downloadonly, he can now omit --downloadonly and answer 'd' to the prompt.
_______________________________________________
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to