From f68115901bb4ba23da3c6a14cf26de4de709506c Mon Sep 17 00:00:00 2001 From: Myned Date: Wed, 8 Nov 2017 23:48:46 -0500 Subject: [PATCH] Fixed tags not appearing in error output when internal timeout activates --- src/main/cogs/booru.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cogs/booru.py b/src/main/cogs/booru.py index ba30ab2..94ce86b 100644 --- a/src/main/cogs/booru.py +++ b/src/main/cogs/booru.py @@ -627,7 +627,7 @@ class MsG: if posts: return posts, order else: - raise exc.NotFound + raise exc.NotFound(formatter.tostring(tags)) # Creates reaction-based paginator for linked pools @commands.command(name='poolpage', aliases=['poolp', 'pp', 'e621pp', 'e6pp', '6pp'], brief='e621 pool paginator', description='e621 | NSFW\nShow pools in a page format')