Browse Source

Reducing comment line length

pull/587/head
Arunothia Marappan 5 years ago
parent
commit
b67dac5a55
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/azuredns.py

+ 1
- 1
octodns/provider/azuredns.py View File

@ -498,7 +498,7 @@ class AzureProvider(BaseProvider):
self._check_zone(azure_zone_name, create=True)
# Force the operation order to be Update() -> Delete() -> Create()
# This will help avoid problems in updating a CNAME record into an A record.
# Helps avoid problems in updating a CNAME record into an A record.
changes.reverse()
for change in changes:


Loading…
Cancel
Save