1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
This commit is contained in:
Heesu Hwang
2017-07-03 16:03:27 -07:00

View File

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