Hi from Munich, have a prob with the cobbler python api.
in a cgi script I am searching for all profiles: CODE: ----------------------------- print "<select name=\"profil\">" print "<option>Profil wählen<option>" for cob_sys in h.profiles(): prof = cob_sys.name print "<option>" + prof + "</option>" print "</select>" ----------------------------------------------- The prob is that I get a DEBUG messages , also printed. How can I stop that debug messages , shown in the browser. Thanks for help. BR Tom -- Thomas Ewert Birkenweg 11 82291 Mammendof 0178 8855 733 [email protected]
_______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
