Add missing ws between words
This is to add missing white space between words. Change-Id: Iea4cfde0143acbb4cdd15f5b6b5e81dbe093fea4
This commit is contained in:
parent
f127158161
commit
b783f1c66d
@ -205,7 +205,7 @@ def collect(module, specifiers, provider):
|
||||
.format(provider.traits))
|
||||
for specifier in specifiers:
|
||||
if specifier.traits != provider.traits:
|
||||
module.debug("Provider can't provide {}, as the following traits"
|
||||
module.debug("Provider can't provide {}, as the following traits "
|
||||
"did not fully match: {}"
|
||||
.format(specifier.name, specifier.traits))
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user