From 81d5ee9ec47cbca1dbe6430554d681d2ab90b716 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 22 Feb 2015 09:32:28 -0500 Subject: pylint cleanup of gpscap.py. Live test works. --- gpscap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpscap.py') diff --git a/gpscap.py b/gpscap.py index 423cea17..bb662777 100644 --- a/gpscap.py +++ b/gpscap.py @@ -167,5 +167,5 @@ if __name__ == "__main__": d = GPSDictionary() d.HTMLDump(sys.stdout) except ConfigParser.Error, e: - print >>sys.stderr, sys.argv[0]+":", e._Error__message + print >>sys.stderr, sys.argv[0]+":", e raise SystemExit, 1 -- cgit v1.2.1