On Tue, Jun 29, 2010 at 12:20 AM, Seth Vidal <[email protected]> wrote:

> @@ -4690,3 +4693,12 @@ class YumBase(depsolve.Depsolve):
>
>         return True
>
> +    def _store_config_in_history(self):
> +        myconf += self.conf.dump()

Should this be "=" instead of "+="?  I see this:

File "/home/scop/cvs/yum/yum/__init__.py", line 4701, in
_store_config_in_history
    myconf += self.conf.dump()
UnboundLocalError: local variable 'myconf' referenced before assignment
_______________________________________________
Yum-devel mailing list
[email protected]
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to