From 82edaeeb81751479432c70afff76f625bfb1672c Mon Sep 17 00:00:00 2001 From: Pred <61093863+Predeactor@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:15:00 +0200 Subject: [PATCH] [Downloader] Show repo's name (#4954) * Add forgotten format * leave me alone --- redbot/cogs/downloader/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index dfe93686d..58136f17b 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -1423,7 +1423,7 @@ class Downloader(commands.Cog): _("\nCouldn't find these cogs in {repo.name}: ") if len(unavailable_cogs) > 1 else _("\nCouldn't find this cog in {repo.name}: ") - ) + humanize_list(unavailable_cogs) + ).format(repo=repo) + humanize_list(unavailable_cogs) if already_installed: message += ( _("\nThese cogs were already installed: ")