Merge "[Trivial] Fix mismatch string format argument"

This commit is contained in:
Jenkins 2016-05-20 07:17:29 +00:00 committed by Gerrit Code Review
commit 010e7f9d4d

View File

@ -200,7 +200,7 @@ class ApiPackageLoader(package_loader.MuranoPackageLoader):
return packages[0] return packages[0]
else: else:
LOG.debug('There are no packages matching filter ' LOG.debug('There are no packages matching filter '
'{filter}'.format(optst=filter_opts)) '{opts}'.format(opts=filter_opts))
raise LookupError() raise LookupError()
except muranoclient_exc.HTTPException: except muranoclient_exc.HTTPException:
LOG.debug('Failed to get package definition from repository') LOG.debug('Failed to get package definition from repository')