This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Cyril Jouve
Recipients Cyril Jouve, malonn
Date 2022-02-17.19:53:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645127615.78.0.183817519155.issue46770@roundup.psfhosted.org>
In-reply-to
Content
you need to pass `strict=False` to ConfigParser :


        When `strict` is True, the parser won't allow for any section or option
        duplicates while reading from a single source (file, string or
        dictionary). Default is True.
History
Date User Action Args
2022-02-17 19:53:35Cyril Jouvesetrecipients: + Cyril Jouve, malonn
2022-02-17 19:53:35Cyril Jouvesetmessageid: <1645127615.78.0.183817519155.issue46770@roundup.psfhosted.org>
2022-02-17 19:53:35Cyril Jouvelinkissue46770 messages
2022-02-17 19:53:35Cyril Jouvecreate