mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
python: Resolve some indentation warnings.
This patch resolves the following warnings from flake8: E111 indentation is not a multiple of four E112 expected an indented block E113 unexpected indentation It's critical to have correct indentation in Python code, so it seemed worth enabling these warnings. Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
@@ -359,9 +359,9 @@ def start_rpc_server(port):
|
||||
try:
|
||||
print "Starting RPC server\n"
|
||||
sys.stdout.flush()
|
||||
# If this server was started from ovs-test client then we must flush
|
||||
# STDOUT so that client would know that server is ready to accept
|
||||
# XML RPC connections.
|
||||
# If this server was started from ovs-test client then we must flush
|
||||
# STDOUT so that client would know that server is ready to accept
|
||||
# XML RPC connections.
|
||||
reactor.run()
|
||||
finally:
|
||||
rpc_server.cleanup()
|
||||
|
Reference in New Issue
Block a user