exception configparser.DuplicateSectionError
Exception raised if add_section() is called with the name of a section that is already present or in strict parsers when a section if found more than once in a single input file, string or dictionary.
New in version 3.2: Optional source and lineno attributes and arguments to __init__() were added.
Please login to continue.