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

Update multi-value PTR warn to supports_warn_or_except

This commit is contained in:
Ross McFarland
2021-08-18 12:35:49 -07:00
parent 53a21b649a
commit 65f0bfc243
2 changed files with 5 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ class HelperProvider(BaseProvider):
SUPPORTS = set(('A',))
id = 'test'
strict_supports = False
def __init__(self, extra_changes=[], apply_disabled=False,
include_change_callback=None):