replit / upm

⠕ Universal Package Manager - Python, Node.js, Ruby, Emacs Lisp.
https://repl.it
Other
1.05k stars 89 forks source link

DX-662: Avoid poetry list panic #268

Closed blast-hardcheese closed 3 months ago

blast-hardcheese commented 3 months ago

Why

Since pyproject.toml is not exclusive to Poetry, we shouldn't presume that the poetry section is present

What changed

If we detect that [tool.poetry] is null, bail before we try to dereference it.

Test plan

In a blank repl,

$ touch pyproject.toml
$ upm -l python list

should not panic