Skip to content

Commit 853a304

Browse files
committed
Fix grammar in a log message
1 parent 5b4f2c6 commit 853a304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variantlib/resolver/filtering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def _should_include(vdesc: VariantDescription) -> bool:
232232
# We never broke out of the loop, meaning no allowed property
233233
# matched. Consequently, we reject this variant.
234234
logger.info(
235-
"Variant `%(vhash)s` has been rejected because the none of the "
235+
"Variant `%(vhash)s` has been rejected because none of the "
236236
"variant properties are compatible with this platform:"
237237
"\n\t- %(vprops)s",
238238
{

0 commit comments

Comments
 (0)