Update pep8 dependency to v1.1
The latest release of pep8 adds stricter rules for extraneous whitespace within lines. This patch also addresses these new violations acoss the codebase. Change-Id: Ib7e50281870473df1704ed50868c5c2e26bdb02e
This commit is contained in:
@@ -178,8 +178,8 @@ def get_wsgi_server():
|
||||
LOG.audit(_("Starting nova-xvpvncproxy node (version %s)"),
|
||||
version.version_string_with_vcs())
|
||||
|
||||
return wsgi.Server("XCP VNC Proxy",
|
||||
XCPVNCProxy(),
|
||||
protocol=SafeHttpProtocol,
|
||||
host=FLAGS.xvpvncproxy_host,
|
||||
port=FLAGS.xvpvncproxy_port)
|
||||
return wsgi.Server("XCP VNC Proxy",
|
||||
XCPVNCProxy(),
|
||||
protocol=SafeHttpProtocol,
|
||||
host=FLAGS.xvpvncproxy_host,
|
||||
port=FLAGS.xvpvncproxy_port)
|
||||
|
||||
Reference in New Issue
Block a user