summaryrefslogtreecommitdiff
path: root/xenserver
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2015-12-22 11:41:21 -0500
committerRussell Bryant <russell@ovn.org>2016-01-05 18:17:52 -0500
commit080793b75235addea7d46d74ff3fa111fd97c36e (patch)
treeeed411e026f1c1c26612f9b28acb5ef093627fcc /xenserver
parent603e325fa56392a4a139ba00aff5dd416d1c512e (diff)
downloadopenvswitch-080793b75235addea7d46d74ff3fa111fd97c36e.tar.gz
python: Remove unnecessary semicolons and slashes.
Resolve the following flake8 errors: E703 statement ends with a semicolon E502 the backslash is redundant between brackets Also document the reamining flake8 errors that are still ignored. Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'xenserver')
-rwxr-xr-xxenserver/usr_share_openvswitch_scripts_ovs-xapi-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync b/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync
index 583356c36..1b8d0a622 100755
--- a/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync
+++ b/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync
@@ -267,7 +267,7 @@ def main():
while True:
unixctl_server.run()
if exiting:
- break;
+ break
idl.run()
if not xapi_down and not flush_cache and seqno == idl.change_seqno: