Ross McFarland
2 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
0 additions and
1 deletions
-
octodns/provider/plan.py
|
|
|
@ -79,7 +79,6 @@ class Plan(object): |
|
|
|
) |
|
|
|
|
|
|
|
def raise_if_unsafe(self): |
|
|
|
# TODO: what is safe really? |
|
|
|
if ( |
|
|
|
self.existing |
|
|
|
and len(self.existing.records) >= self.MIN_EXISTING_RECORDS |
|
|
|
|