We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4f2c6 commit 853a304Copy full SHA for 853a304
variantlib/resolver/filtering.py
@@ -232,7 +232,7 @@ def _should_include(vdesc: VariantDescription) -> bool:
232
# We never broke out of the loop, meaning no allowed property
233
# matched. Consequently, we reject this variant.
234
logger.info(
235
- "Variant `%(vhash)s` has been rejected because the none of the "
+ "Variant `%(vhash)s` has been rejected because none of the "
236
"variant properties are compatible with this platform:"
237
"\n\t- %(vprops)s",
238
{
0 commit comments