Skip to content

Commit

Permalink
Remove last occurence of rope
Browse files Browse the repository at this point in the history
  • Loading branch information
galaunay committed Jun 30, 2021
1 parent 1332870 commit 26b4ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion elpy-rpc.el
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,8 @@ binaries used to create the virtualenv."
"-m" "pip" "install" "--upgrade"
(elpy-rpc--get-package-list))
0)
(message "Elpy failed to install some of the RPC dependencies, please use `elpy-config' to install them.")))
(message "Elpy failed to install some of the RPC dependencies, please use `elpy-config' to install them.\n%s" (buffer-substring))
))
(message "Some of Elpy's functionnalities will not work, please use `elpy-config' to install the needed python dependencies.")))

(defun elpy-rpc-reinstall-virtualenv ()
Expand Down
2 changes: 0 additions & 2 deletions test/elpy-config--get-config-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"rpc_python_executable"
"jedi_version"
"jedi_latest"
"rope_version"
"rope_latest"
))
(should (not (eq :not-set (gethash key config :not-set))))))))

Expand Down

0 comments on commit 26b4ace

Please sign in to comment.