configparser.DuplicateOptionError

exception configparser.DuplicateOptionError

Exception raised by strict parsers if a single option appears twice during reading from a single file, string or dictionary. This catches misspellings and case sensitivity-related errors, e.g. a dictionary may have two keys representing the same case-insensitive configuration key.

doc_python
2016-10-07 17:29:15
Comments
Leave a Comment

Please login to continue.