Closed ssato closed 9 years ago
Some functions in anyconfig.cli are too complex and pylint indicates that also like this:
***** Module anyconfig.cli R:167, 0: Too many branches (21/12) (too-many-branches) R:167, 0: Too many statements (57/50) (too-many-statements)
I should improve that.
Fixed
Some functions in anyconfig.cli are too complex and pylint indicates that also like this:
***** Module anyconfig.cli R:167, 0: Too many branches (21/12) (too-many-branches) R:167, 0: Too many statements (57/50) (too-many-statements)
I should improve that.