fix pep8 issue

Change-Id: If81a2a22af406b700ec5b71b0e738e481a470ee0
This commit is contained in:
Sean Dague 2017-01-19 08:41:31 -05:00
parent 3997374f8e
commit de7019bd28
1 changed files with 2 additions and 1 deletions

View File

@ -323,7 +323,8 @@ class LocalConf(object):
# function lines
self.set_local_raw(line)
else:
print("SKIPPING ``%s`` from '%s'" % (line.lstrip(), lcfile))
print("SKIPPING ``%s`` from '%s'" %
(line.lstrip(), lcfile))
else:
for section, name, value in lc._conf(group, conf):
self.set(group, conf, section, name, value)