mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Update octodns/provider/ultra.py
Co-authored-by: Ross McFarland <ross@github.com>
This commit is contained in:
@@ -291,7 +291,7 @@ class UltraProvider(BaseProvider):
|
|||||||
_type = self.RECORDS_TO_TYPE[record['rrtype']]
|
_type = self.RECORDS_TO_TYPE[record['rrtype']]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
self.log.warning('populate: ignoring record with '
|
self.log.warning('populate: ignoring record with '
|
||||||
'unsupported rrtype=%s', record)
|
'unsupported rrtype, %s %s', name, record['rrtype'])
|
||||||
continue
|
continue
|
||||||
values[name][_type] = record
|
values[name][_type] = record
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user