Could you please send patches via pull requests on github? Thanks!
On Mon, Dec 16, 2013 at 11:34 PM, John Morris <[email protected]> wrote: > > Signed-off-by: John Morris <[email protected]> > --- > cobbler/utils.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/cobbler/utils.py b/cobbler/utils.py > index 1dcab98..34de8dd 100644 > --- a/cobbler/utils.py > +++ b/cobbler/utils.py > @@ -1534,7 +1534,7 @@ def set_virt_type(self,vtype): > """ > > if vtype == "<<inherit>>": > - self.virt_type == "<<inherit>>" > + self.virt_type = "<<inherit>>" > return True > > if vtype.lower() not in [ "qemu", "kvm", "xenpv", "xenfv", "vmware", > "vmwarew", "openvz", "auto" ]: > -- > 1.7.1 > > _______________________________________________ > cobbler mailing list > [email protected] > https://lists.fedorahosted.org/mailman/listinfo/cobbler >
_______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
