Simple change to error message

This commit is contained in:
jekwatt 2022-07-16 15:40:34 -05:00
parent 34a285986e
commit 1b67138259
1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@ class Session(nodes.FSCollector):
for arg, collectors in self._notfound: for arg, collectors in self._notfound:
if collectors: if collectors:
errors.append( errors.append(
f"not found: {arg}\n(no name {arg!r} in any of {collectors!r})" f"coundn't collect: {arg}\n(no name {arg!r} in any of {collectors!r})"
) )
else: else:
errors.append(f"found no collectors for {arg}") errors.append(f"found no collectors for {arg}")