Fixing pep8 errors for the KMIP server

This change fixes pep8 whitespace errors in the KMIP server.
This commit is contained in:
Peter Hamilton 2015-08-03 10:52:27 -04:00
parent bb0487b5dc
commit 097bd38910
1 changed files with 2 additions and 1 deletions

View File

@ -66,11 +66,12 @@ class KMIPServer(object):
factory = KMIPProtocolFactory()
protocol = factory.getProtocol(connection)
try:
while True:
self._processor.process(protocol, protocol)
except Exception as e:
self.logger.error('KMIPServer {0} {1}'.format(type(e),e))
self.logger.error('KMIPServer {0} {1}'.format(type(e), e))
connection.close()
def _set_variables(self, host, port, keyfile, certfile, cert_reqs,