Fix rename issue

This commit is contained in:
Tobias Diez
2022-03-27 16:56:23 +02:00
committed by GitHub
parent 0eae340e13
commit 63c7338028

View File

@@ -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})"
)