Skip to content

Commit

Permalink
Revert "fix(get-poetry): use exit code 1 with non-existing version"
Browse files Browse the repository at this point in the history
This reverts commit cd8ac0d.
  • Loading branch information
kasteph authored and abn committed Apr 14, 2021
1 parent cd8ac0d commit 8b479d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-poetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def run(self):
version, current_version = self.get_version()

if version is None:
return 1
return 0

self.customize_install()
self.display_pre_message()
Expand Down

0 comments on commit 8b479d1

Please sign in to comment.