From 354a6969ef21c47ed8ecb79934221e261a33a9ae Mon Sep 17 00:00:00 2001 From: Abraham Elmahrek Date: Mon, 17 Aug 2015 16:40:31 -0700 Subject: [PATCH] SQOOP-2498: Sqoop2: Precommit: Fix formatting typo (Jarek Jarcec Cecho via Abraham Elmahrek) --- dev-support/test-patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index 577ec4e8..b464442c 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -405,7 +405,7 @@ def findbugs_compare(result, output_dir, compare_url): remoteIo = open_url("%s%s" % (compare_url, path)) except urllib2.HTTPError: report.write("Package %s: Base is missing" % (package)) - summary.append("Package {{%p}}: Can't compare classes as base is missing." % (package)) + summary.append("Package {{%s}}: Can't compare classes as base is missing." % (package)) continue local = findbugs_get_bugs(open(path))