Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return cleo application exit code from monkeymatch #92

Merged
merged 2 commits into from Oct 8, 2022

Conversation

monim67
Copy link
Contributor

@monim67 monim67 commented Sep 23, 2022

The monkeypatch poethepoet plugin does on cleo application does not return the exit code returned by the command execution.

This PR returns the exit code from the application run patch function. Fixes #91.

@nat-n
Copy link
Owner

nat-n commented Sep 24, 2022

Hi @monim67, thanks for the fix!

Looks like I have some issues to fix with the CI pipeline, but Ill try get this into a release soon.

@ThatXliner
Copy link
Contributor

Errors seem unrelated

@nat-n nat-n force-pushed the bugfix/return-cleo-exit-code branch from ee84641 to edff89f Compare October 2, 2022 20:07
- Fix poetry plugin tests with latest poetry version
- Remove new lines from args in script tasks
- Also look for .com and .bat files in venv bin dir on windows
- Skip unncessary poetry configuration step in plugin tests
@nat-n nat-n force-pushed the bugfix/return-cleo-exit-code branch from edff89f to 0af206f Compare October 8, 2022 21:00
@nat-n nat-n merged commit b3490be into nat-n:main Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When used as plugin poetry commands does not return proper exit code
3 participants