Merge "[Trivial] Fix mismatch string format argument"
This commit is contained in:
commit
010e7f9d4d
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user