Simple change to error message
This commit is contained in:
parent
34a285986e
commit
1b67138259
|
@ -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}")
|
||||||
|
|
Loading…
Reference in New Issue