Fix rename issue
This commit is contained in:
parent
0eae340e13
commit
63c7338028
|
@ -646,7 +646,7 @@ class Session(nodes.FSCollector):
|
|||
if self._notfound:
|
||||
errors = []
|
||||
for arg, collectors in self._notfound:
|
||||
if cols:
|
||||
if collectors:
|
||||
errors.append(
|
||||
f"not found: {arg}\n(no name {arg!r} in any of {collectors!r})"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue