From e3d390e036430b9d7cc4b93679229fe118eb583a Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 27 May 2015 11:18:54 +0200 Subject: cleanup code with autopep8 run the following command: $ autopep8 -i -r -a -a . --- tools/getcertnames | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/getcertnames b/tools/getcertnames index d22f4980..e33619f7 100755 --- a/tools/getcertnames +++ b/tools/getcertnames @@ -22,6 +22,6 @@ else: cert = get_remote_cert(sys.argv[1], port, sni) print "CN:", cert.cn if cert.altnames: - print "SANs:", + print "SANs:", for i in cert.altnames: print "\t", i -- cgit v1.2.3