From 946e28d1cb847b99b9b8d14450ca22d808f62295 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Tue, 26 Jul 2005 22:20:25 +0000 Subject: openembedded/classes/tinderclient.bbclass: -A beginning new line... makes process_builds... thanks to mithro... --- classes/tinderclient.bbclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/classes/tinderclient.bbclass b/classes/tinderclient.bbclass index dc92591133..0c0c470bb8 100644 --- a/classes/tinderclient.bbclass +++ b/classes/tinderclient.bbclass @@ -20,10 +20,9 @@ def tinder_send_email(da, header, log): def tinder_send_http(da, header, log): from bb import data import httplib, urllib - cont = "%s\n%s" % ( header, log) + cont = "\n%s\n%s" % ( header, log) headers = {"Content-type": "multipart/form-data" } - print cont conn = httplib.HTTPConnection(data.getVar('TINDER_HOST',da, True)) conn.request("POST", data.getVar('TINDER_URL',da,True), cont, headers) conn.close() -- cgit v1.2.3