lexicon icon indicating copy to clipboard operation
lexicon copied to clipboard

Gandi provider's _create_record() method uses inappropriate comparison for content in current_values

Open LucaFilipozzi opened this issue 4 years ago • 2 comments

https://github.com/AnalogJ/lexicon/blob/0372195d1550cae551fee9109f033fea1a0294b0/lexicon/providers/gandi.py#L105

should be

if content not in current_values:

LucaFilipozzi avatar Feb 15 '21 18:02 LucaFilipozzi

Please let me know if you'd like me to produce a pull request for this issue.

LucaFilipozzi avatar Feb 17 '21 04:02 LucaFilipozzi

I would gladly review and integrate a PR for this if you have the time to do it.

adferrand avatar Mar 17 '21 20:03 adferrand