We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98643a2 commit 84202e1Copy full SHA for 84202e1
le-python.el
@@ -296,6 +296,7 @@ it at one time."
296
(defun lispy--python-poetry-name ()
297
(let ((pyproject (expand-file-name "pyproject.toml" (counsel-locate-git-root))))
298
(and (file-exists-p pyproject)
299
+ (not (equal python-shell-interpreter "python"))
300
(with-current-buffer (find-file-noselect pyproject)
301
(goto-char (point-min))
302
(when (re-search-forward "\\[tool.poetry\\]\nname *= *\"\\([^\"]+\\)\"" nil t)
0 commit comments