Repository: sqoop Updated Branches: refs/heads/sqoop2 094c9c241 -> 354a6969e
SQOOP-2498: Sqoop2: Precommit: Fix formatting typo (Jarek Jarcec Cecho via Abraham Elmahrek) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/354a6969 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/354a6969 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/354a6969 Branch: refs/heads/sqoop2 Commit: 354a6969ef21c47ed8ecb79934221e261a33a9ae Parents: 094c9c2 Author: Abraham Elmahrek <[email protected]> Authored: Mon Aug 17 16:40:31 2015 -0700 Committer: Abraham Elmahrek <[email protected]> Committed: Mon Aug 17 16:40:31 2015 -0700 ---------------------------------------------------------------------- dev-support/test-patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/354a6969/dev-support/test-patch.py ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index 577ec4e..b464442 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))
