From f20a254843285b60288dca3c88d10cdaf006683f Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Sat, 1 Jul 2017 14:53:28 -0700 Subject: test_maidenhead.py: pep8 fixes --- test_maidenhead.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test_maidenhead.py') diff --git a/test_maidenhead.py b/test_maidenhead.py index 707a05fb..65514210 100755 --- a/test_maidenhead.py +++ b/test_maidenhead.py @@ -22,7 +22,8 @@ for (lat, lon, maidenhead, location) in [ ]: converted = gps.clienthelpers.maidenhead(lat, lon) if converted != maidenhead: - sys.stderr.write("maidenhead test: from %s %s (%s) expected %s got %s\n" \ + sys.stderr.write( + "maidenhead test: from %s %s (%s) expected %s got %s\n" % (lat, lon, location, maidenhead, converted)) errors += 1 else: -- cgit v1.2.1