mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Fix lots of errant '...' '...' string joins
This commit is contained in:
@@ -174,7 +174,7 @@ class TinyDnsBaseSource(BaseSource):
|
||||
zone.add_record(record, lenient=lenient)
|
||||
except SubzoneRecordException:
|
||||
self.log.debug(
|
||||
'_populate_normal: skipping subzone ' 'record=%s',
|
||||
'_populate_normal: skipping subzone record=%s',
|
||||
record,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user