We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python get-poetry.py --version 0.12.34 should exit non-zero.
python get-poetry.py --version 0.12.34
This apparently regressed in 23667d2 [1].
1: 23667d2#diff-952871ed95a893e0348aa1269bf15e689d18756657cfec5c7316d05e55eb6dc6R302
Ref: #378
Initially fixed in #3927, but incomplete and has been reverted therefore.
The text was updated successfully, but these errors were encountered:
fix(get-poetry): use exit code 1 with non-existing version
1a13dd2
Follow-up to python-poetry#3927, which was reverted in python-poetry#3943, now handling the "Latest version already installed." case (python-poetry#3942). Ref: python-poetry#4027
fix(install-poetry): use exit code 1 with non-existing version
48ba2f1
Ref: python-poetry#4027
Closing this issue as get-poetry.py is deprecated.
get-poetry.py
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
python get-poetry.py --version 0.12.34
should exit non-zero.This apparently regressed in 23667d2 [1].
1: 23667d2#diff-952871ed95a893e0348aa1269bf15e689d18756657cfec5c7316d05e55eb6dc6R302
Ref: #378
Initially fixed in #3927, but incomplete and has been reverted therefore.
The text was updated successfully, but these errors were encountered: