mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Quell all python warnings, mostly *Equals -> Equal and warn -> warning
This commit is contained in:
@@ -132,8 +132,8 @@ class BaseProvider(BaseSource):
|
||||
if exists is None:
|
||||
# If your code gets this warning see Source.populate for more
|
||||
# information
|
||||
self.log.warn('Provider %s used in target mode did not return '
|
||||
'exists', self.id)
|
||||
self.log.warning('Provider %s used in target mode did not return '
|
||||
'exists', self.id)
|
||||
|
||||
for processor in processors:
|
||||
existing = processor.process_target_zone(existing, target=self)
|
||||
|
Reference in New Issue
Block a user