lexicon
lexicon copied to clipboard
Gandi provider's _create_record() method uses inappropriate comparison for content in current_values
https://github.com/AnalogJ/lexicon/blob/0372195d1550cae551fee9109f033fea1a0294b0/lexicon/providers/gandi.py#L105
should be
if content not in current_values:
Please let me know if you'd like me to produce a pull request for this issue.
I would gladly review and integrate a PR for this if you have the time to do it.