2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-05 23:53:19 +00:00

Fix source code style to comply with PEP8

This commit is contained in:
Konstantin Trushin
2023-03-27 18:24:34 +04:00
committed by arp102
parent 155c05069f
commit 263cb34662
9 changed files with 54 additions and 40 deletions

View File

@@ -107,7 +107,7 @@ class KmipSession(threading.Thread):
while True:
try:
self._handle_message_loop()
except exceptions.ConnectionClosed as e:
except exceptions.ConnectionClosed:
break
except Exception as e:
self._logger.info("Failure handling message loop")