Skip to content

Commit

Permalink
[minor] Update ImportError message
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Dec 26, 2022
1 parent aa68683 commit caa4bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ All notable changes to this project will be documented in this file.

- Make sure plot is shown in MPC example
- Print expected solutions in QP, LS and box-inequality examples
- Renamed ``starter_solvers`` optional deps to ``open_source_solvers``
- Renamed starter solvers optional deps to ``open_source_solvers``

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion qpsolvers/solvers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@

if not available_solvers:
raise ImportError(
"no QP solver found, you can install some by running:\n\n"
"no QP solver found, you can install open source solvers by:\n\n"
"\tpip install qpsolvers[open_source_solvers]\n"
)

Expand Down

0 comments on commit caa4bf5

Please sign in to comment.