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

poetry export returns zero exit code if extras value does not exist #33

Closed
2 of 3 tasks
l0b0 opened this issue Feb 14, 2021 · 0 comments · Fixed by #103
Closed
2 of 3 tasks

poetry export returns zero exit code if extras value does not exist #33

l0b0 opened this issue Feb 14, 2021 · 0 comments · Fixed by #103

Comments

@l0b0
Copy link

l0b0 commented Feb 14, 2021

Issue

poetry export --extras="anything" prints an empty line and returns a zero exit code if the extra (in this case called "anything") does not exist. It should instead have the same result as running poetry export --extras="anything", which results in a ValueError and the message "Extra [anything] is not specified."

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 a pull request may close this issue.

1 participant