Merge "Fix regression in container-puppet.py" into stable/train

This commit is contained in:
Zuul 2020-04-04 21:03:43 +00:00 committed by Gerrit Code Review
commit df93550f2f
1 changed files with 1 additions and 2 deletions

View File

@ -393,9 +393,8 @@ def infile_processing(infiles):
config_hash = '-'.join(config_hashes)
if config_hash:
LOG.debug(
"Updating config hash for %s, config_volume=%s hash=%s" % (
"Updating config hash for %s, hash=%s" % (
c_name,
config_volume,
config_hash
)
)