-
- Downloads
pep8: Fix E127 continuation line over-indented
There are a bunch of these remaining, but I don't think the right course is to 'fix' all of them to make pep8 happy, but instead to either change the test in pep8 to consider that a continuation line may itself be continued halfway, OR, to change the code in these lines to be more readable by removing the need for all those nested continuations. Personally, I find multiply-broken lines (aka nested continuations) really hard to read.
Showing
- examples/simpleperf.py 2 additions, 2 deletionsexamples/simpleperf.py
- examples/treeping64.py 3 additions, 3 deletionsexamples/treeping64.py
- mininet/link.py 4 additions, 4 deletionsmininet/link.py
- mininet/net.py 1 addition, 1 deletionmininet/net.py
- mininet/node.py 3 additions, 3 deletionsmininet/node.py
- mininet/topo.py 2 additions, 2 deletionsmininet/topo.py
Loading
Please register or sign in to comment