Commit 8b479d15 by stephsamson Committed by Arun Babu Neelicattu

Revert "fix(get-poetry): use exit code 1 with non-existing version"

This reverts commit cd8ac0d2.
parent cd8ac0d2
......@@ -352,7 +352,7 @@ class Installer:
version, current_version = self.get_version()
if version is None:
return 1
return 0
self.customize_install()
self.display_pre_message()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment