Re: svnwcsub.py - various pylint errors

2021-05-13 Thread Daniel Shahaf
sebb wrote on Wed, May 12, 2021 at 12:25:26 +0100: > pylint reports quite a few warnings and errors: > > svnwcsub.py:55:0: W0311: Bad indentation. Found 2 spaces, expected 4 > (bad-indentation) Don't hard-wrap program output in your emails. > svnwcsub.py:57:0: W0311: Bad indentation. Found 2

svnwcsub.py - various pylint errors

2021-05-12 Thread sebb
pylint reports quite a few warnings and errors: svnwcsub.py:55:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) svnwcsub.py:57:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) svnwcsub.py:61:0: W0311: Bad indentation. Found 2 spaces, expected 4