summaryrefslogtreecommitdiff
path: root/vtep
diff options
context:
space:
mode:
authorJoe Stringer <joe@ovn.org>2016-12-08 10:22:16 -0800
committerJoe Stringer <joe@ovn.org>2016-12-08 14:02:52 -0800
commit81a86b9a86d218db02efb695a50cbacf287dab47 (patch)
tree595b1b1a3c2b4157030885860a9778af0bc726c9 /vtep
parent2010abfc83f3514e1b392cb6002a1744ad36061e (diff)
downloadopenvswitch-81a86b9a86d218db02efb695a50cbacf287dab47.tar.gz
treewide: Fix recent flake8-check.
Without this patch, I see errors like this on master: ../ofproto/ipfix-gen-entities:115:1: E305 expected 2 blank lines after class or function definition, found 1 Signed-off-by: Joe Stringer <joe@ovn.org> Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
Diffstat (limited to 'vtep')
-rwxr-xr-xvtep/ovs-vtep1
1 files changed, 1 insertions, 0 deletions
diff --git a/vtep/ovs-vtep b/vtep/ovs-vtep
index b32a82a90..9a5aa3d68 100755
--- a/vtep/ovs-vtep
+++ b/vtep/ovs-vtep
@@ -752,6 +752,7 @@ def main():
unixctl.close()
+
if __name__ == '__main__':
try:
main()