Simon Woolsgrove wrote: > Ditto same here on RHEL 5 with latest master branch and PyYAML from epel ... > seems to happen when item.tmpl has nothing to render > > Cheers, > Simon >
Thanks for the testing, this one is easy .... I just have to remove the .next() from the line (my grep apparently missed one): > data = yaml.load(fd.read()).next() > > Will do that today and retest! --Michael _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
