DiffSK / configobj

Python 3+ compatible port of the configobj library
https://configobj.readthedocs.org
Other
322 stars 76 forks source link

Makes sure that values fully encased in quotes are not doubly quoted. #201

Closed joeydumont closed 1 year ago

joeydumont commented 4 years ago

Fixes #198.

I ran invoke ci, and my change does not seem to change the output at all. Hopefully this change makes sense.

joeydumont commented 1 year ago

Closed because of concerns expressed in original issue.