2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

python: Resolve pep8 blank line errors.

Resolve pep8 errors E302 and E303:

  E302 expected 2 blank lines, found 1
  E303 too many blank lines (3)

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
Russell Bryant
2015-12-11 22:28:31 -05:00
parent e8049bc5e8
commit bdca6c4b56
16 changed files with 44 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ import ovs.unixctl.server
vlog = ovs.vlog.Vlog("test-unixctl")
exiting = False
def unixctl_exit(conn, unused_argv, aux):
assert aux == "aux_exit"
global exiting