Ross McFarland
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
octodns/manager.py
|
|
|
@ -375,7 +375,6 @@ class Manager(object): |
|
|
|
futures = [] |
|
|
|
for zone_name, zone_source in aliased_zones.items(): |
|
|
|
source_config = self.config['zones'][zone_source] |
|
|
|
print(source_config) |
|
|
|
try: |
|
|
|
desired_config = desired[zone_source] |
|
|
|
except KeyError: |
|
|
|
|