1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Add lenient to abstract BaseSource signature

This commit is contained in:
Petter Hassberg
2017-07-03 16:10:48 +02:00
parent 253e2c612b
commit 9637218c8b

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