Hi Royce,
I don't understand the problem you're trying to fix with this patch. The
file "src/kimchi/i18n.py" is already excluded from the PEP8
verification, there shouldn't be any warnings because of that file.
That's why its path is listed in PEP8_BLACKLIST.
What exactly is happening? Are you getting warnings from that file when
running PEP8 against it? Could you paste the output of "make
check-local" here?
On 19-11-2014 04:00, lvroyce(a)linux.vnet.ibm.com wrote:
From: Royce Lv <lvroyce(a)linux.vnet.ibm.com>
Files like "./src/kimchi/i18n.py" will be warned with error by pep8
because pep8 uses wildcard searching instead of interpreting path
of file.
So change pattern to fix this problem.
Signed-off-by: Royce Lv <lvroyce(a)linux.vnet.ibm.com>