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:
committed by
arp102
parent
155c05069f
commit
263cb34662
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user