Skip to content

Commit

Permalink
Update src/click/core.py
Browse files Browse the repository at this point in the history
Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
  • Loading branch information
IamCathal and teymour-aldridge committed Aug 5, 2020
1 parent c9e59c2 commit 95c0399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/click/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 95c0399

Please sign in to comment.