Add missing ws between words

This is to add missing white space between words.

Change-Id: Iea4cfde0143acbb4cdd15f5b6b5e81dbe093fea4
This commit is contained in:
zhufl 2019-11-15 15:21:28 +08:00
parent f127158161
commit b783f1c66d
1 changed files with 1 additions and 1 deletions

View File

@ -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