From 54c0a884645ce76e83173d879c64da70b67e0e09 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Wed, 22 Dec 2010 18:35:11 +0100 Subject: [PATCH] sponsor-patch: Remove needless new-line from print command. --- ubuntutools/sponsor_patch/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntutools/sponsor_patch/main.py b/ubuntutools/sponsor_patch/main.py index dbc6850..4df07ec 100644 --- a/ubuntutools/sponsor_patch/main.py +++ b/ubuntutools/sponsor_patch/main.py @@ -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: