summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8632.bugfix
blob: c6f9c01bf671a448956d6f0e46e174d8bfc4bca4 (plain)
1
2
3
4
Fixed a crash when generating a configuration file: ``tomlkit.exceptions.TOMLKitError: Can't add a table to a dotted key``
caused by tomlkit ``v0.11.8``.

Closes #8632