From: Christian Heimes Date: Sun, 11 Sep 2016 18:03:46 +0000 (+0200) Subject: Issue #28078: Add missing colon X-Git-Tag: v3.6.0b1~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49aed7b782ad94b7b94a779b567546222452bb99;p=thirdparty%2FPython%2Fcpython.git Issue #28078: Add missing colon --- diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index 8fc7290c916d..c5d5d258b9bc 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -5349,7 +5349,7 @@ class LinuxKernelCryptoAPI(unittest.TestCase): # type / algorithm is not available sock.close() raise unittest.SkipTest(str(e), typ, name) - else + else: return sock def test_sha256(self):