1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Merge pull request #55 from github/dnsimple-root-record-fixes

DnsimpleProvider updates delete before create, or else errors thrown
This commit is contained in:
Ross McFarland
2017-06-04 14:17:27 -07:00
committed by GitHub

View File

@@ -327,8 +327,8 @@ class DnsimpleProvider(BaseProvider):
self._client.record_create(new.zone.name[:-1], params)
def _apply_Update(self, change):
self._apply_Create(change)
self._apply_Delete(change)
self._apply_Create(change)
def _apply_Delete(self, change):
existing = change.existing