Merge "Fix typo in format string"
This commit is contained in:
commit
298ba7c6b0
@ -752,7 +752,7 @@ class Builder(object):
|
||||
if rpf not in unique_files:
|
||||
unique_files.append(rpf)
|
||||
else:
|
||||
logger.warning("File '%s' already added as '%s, ignoring "
|
||||
logger.warning("File '%s' already added as '%s', ignoring "
|
||||
"reference to avoid duplicating yaml "
|
||||
"definitions." % (f, rpf))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user