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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user