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:
@@ -67,7 +67,7 @@ class EnvVarSource(BaseSource):
|
||||
klass = self.__class__.__name__
|
||||
self.log = logging.getLogger(f'{klass}[{id}]')
|
||||
self.log.debug(
|
||||
'__init__: id=%s, variable=%s, name=%s, ' 'ttl=%d',
|
||||
'__init__: id=%s, variable=%s, name=%s, ttl=%d',
|
||||
id,
|
||||
variable,
|
||||
name,
|
||||
|
Reference in New Issue
Block a user