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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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