Browse Source

Merge branch 'master' of https://github.com/github/octodns

pull/84/head
Heesu Hwang 9 years ago
parent
commit
968db67f30
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/source/base.py

+ 1
- 1
octodns/source/base.py View File

@ -20,7 +20,7 @@ class BaseSource(object):
raise NotImplementedError('Abstract base class, SUPPORTS ' raise NotImplementedError('Abstract base class, SUPPORTS '
'property missing') 'property missing')
def populate(self, zone, target=False):
def populate(self, zone, target=False, lenient=False):
''' '''
Loads all zones the provider knows about Loads all zones the provider knows about


Loading…
Cancel
Save