Re: [code-quality] pylint duplicate code warning

2015-09-21 Thread Florian Bruhin
* Rohit Bhattacharjee [2015-09-21 17:55:17 +]: > Hi, > > I am facing an issue with Pylint duplicate-code warning and need some help. > > I want to disable the duplicate-code warning because I expect some pieces of > code to be duplicated, but I am unable to suppress the pylint warning. > >

[code-quality] pylint duplicate code warning

2015-09-21 Thread Rohit Bhattacharjee
Hi, I am facing an issue with Pylint duplicate-code warning and need some help. I want to disable the duplicate-code warning because I expect some pieces of code to be duplicated, but I am unable to suppress the pylint warning. Still now I have tried # pylint: disable=duplicate-code. Thanks i