Re: [ovs-dev] [PATCH 06/12] python tests: Fixed flake8 errors in daemon_unix

2016-08-29 Thread Paul Boca
@openvswitch.org Subject: Re: [ovs-dev] [PATCH 06/12] python tests: Fixed flake8 errors in daemon_unix What flake8 errors do you get? Since this is daemon_unix.py, why weren't we getting these errors till now? On 26 August 2016 at 07:40, Paul Boca mailto:pb...@cloudbasesolutions.com>> wrote:

Re: [ovs-dev] [PATCH 06/12] python tests: Fixed flake8 errors in daemon_unix

2016-08-26 Thread Guru Shetty
What flake8 errors do you get? Since this is daemon_unix.py, why weren't we getting these errors till now? On 26 August 2016 at 07:40, Paul Boca wrote: > Fixed small alignement issues. > > Signed-off-by: Paul-Daniel Boca > --- > python/ovs/daemon_unix.py | 7 +-- > 1 file changed, 5 insert

[ovs-dev] [PATCH 06/12] python tests: Fixed flake8 errors in daemon_unix

2016-08-26 Thread Paul Boca
Fixed small alignement issues. Signed-off-by: Paul-Daniel Boca --- python/ovs/daemon_unix.py | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python/ovs/daemon_unix.py b/python/ovs/daemon_unix.py index bd06195..0080677 100644 --- a/python/ovs/daemon_unix.py +++ b/python