Skip to content

Commit

Permalink
Return cleo application exit code from monkeymatch
Browse files Browse the repository at this point in the history
  • Loading branch information
monim67 authored and nat-n committed Oct 8, 2022
1 parent 3addd38 commit 87137fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poethepoet/plugin.py
Expand Up @@ -266,7 +266,7 @@ def _run(self, io):
# update tokens list in place
tokens.insert(task_name_index, "--")

continue_run(self, io)
return continue_run(self, io)

# Apply the patch
cleo.application.Application._run = _run
Expand Down

0 comments on commit 87137fb

Please sign in to comment.