ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
279 stars 31 forks source link

pylint [refactoring]: too-many-branches in anyconfig.cli #26

Closed ssato closed 9 years ago

ssato commented 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.

ssato commented 9 years ago

Fixed