From 95c0399c6772b3241f1f3a09bf3a53b6361e152d Mon Sep 17 00:00:00 2001 From: Cathal O'Callaghan Date: Wed, 5 Aug 2020 14:41:47 +0100 Subject: [PATCH] Update src/click/core.py Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com> --- src/click/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/click/core.py b/src/click/core.py index e8589e785..60458f8da 100644 --- a/src/click/core.py +++ b/src/click/core.py @@ -1260,7 +1260,7 @@ def _process_result(value): if not ctx.protected_args: # The return value is the return value of the result processor # invoked with an empty list (which means that no subcommand - # actually was executed). + # was actually executed). if self.invoke_without_command: with ctx: Command.invoke(self, ctx)