Commit 6b10aad5 authored by Luke Macken's avatar Luke Macken

Make pep8 happy

parent 1b56df20
......@@ -116,7 +116,7 @@ class PyrasiteIPC(object):
if not self.server_sock:
raise Exception('pyrasite was unable to setup a ' +
'local server socket')
'local server socket')
else:
self.hostname, self.port = self.server_sock.getsockname()[0:2]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment