sponsor-patch: Remove needless new-line from print command.

This commit is contained in:
Benjamin Drung 2010-12-22 18:35:11 +01:00
parent af2497291f
commit 54c0a88464

View File

@ -462,7 +462,7 @@ def main(bug_number, build, builder, edit, keyid, lpinstance, update, upload,
(task.package, new_version, debdiff_filename,
lintian_filename)
if build_log:
print "\nfile://%s" % build_log
print "file://%s" % build_log
if upload == "ubuntu":
target = "the official Ubuntu archive"
else: