Skip to content

Commit

Permalink
fix(shippy): remove upgrade commands from error messages
Browse files Browse the repository at this point in the history
Because the user may have installed shippy using pipx or some other
method, avoid giving a command that can be followed blindly.
  • Loading branch information
ericswpark committed May 6, 2024
1 parent 62f9e77 commit c2588f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions shippy/shippy/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@

SHIPPY_COMPAT_ERROR_MSG = """\
Error: shippy is out-of-date and will not with this server instance.
Upgrade shippy with the following command:
\tpip3 install --upgrade shipper-shippy
Version information:
* Reported compatible version by server: \t{}
* Your current shippy version: \t\t{}
Expand All @@ -36,9 +33,6 @@
Warning: shippy is out-of-date.
* Current version: \t{}
* New version: \t{}
We recommend updating shippy with the following command:
\tpip3 install --upgrade shipper-shippy
"""

SERVER_EMPTY_TOKEN_MSG = "Server returned an empty token."
Expand Down

0 comments on commit c2588f6

Please sign in to comment.