Browse Source

Shorten line

pull/646/head
Nikolay Denev 5 years ago
parent
commit
049bdb55af
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      octodns/provider/ultra.py

+ 2
- 1
octodns/provider/ultra.py View File

@ -291,7 +291,8 @@ class UltraProvider(BaseProvider):
_type = self.RECORDS_TO_TYPE[record['rrtype']]
except KeyError:
self.log.warning('populate: ignoring record with '
'unsupported rrtype, %s %s', name, record['rrtype'])
'unsupported rrtype, %s %s',
name, record['rrtype'])
continue
values[name][_type] = record


Loading…
Cancel
Save