[Downloader] Show repo's name (#4954)

* Add forgotten format

* leave me alone
This commit is contained in:
Pred 2021-04-06 17:15:00 +02:00 committed by GitHub
parent 2f16d33971
commit 82edaeeb81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1423,7 +1423,7 @@ class Downloader(commands.Cog):
_("\nCouldn't find these cogs in {repo.name}: ") _("\nCouldn't find these cogs in {repo.name}: ")
if len(unavailable_cogs) > 1 if len(unavailable_cogs) > 1
else _("\nCouldn't find this cog in {repo.name}: ") else _("\nCouldn't find this cog in {repo.name}: ")
) + humanize_list(unavailable_cogs) ).format(repo=repo) + humanize_list(unavailable_cogs)
if already_installed: if already_installed:
message += ( message += (
_("\nThese cogs were already installed: ") _("\nThese cogs were already installed: ")