Browse Source

YamlProvider no longer needs to copy over _octodns itself

pull/1102/head
Ross McFarland 2 years ago
parent
commit
c90afb3994
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      octodns/provider/yaml.py

+ 0
- 2
octodns/provider/yaml.py View File

@ -386,8 +386,6 @@ class YamlProvider(BaseProvider):
if record.ttl == self.default_ttl:
# ttl is the default, we don't need to store it
del d['ttl']
if record._octodns:
d['octodns'] = record._octodns
# we want to output the utf-8 version of the name
data[record.decoded_name].append(d)


Loading…
Cancel
Save