Closed mxmehl closed 3 days ago
Thanks for your tool which I love to experiment with! :)
I used the example from the EXAMPLE.md file to get an outbound candidate from all known licenses:
flict -el outbound-candidate Apache-2.0 AND LGPL-2.1-only
No error ;)
The output, based on the examples, should be something like: ["GPL-3.0-only", "GPL-3.0-or-later"]
["GPL-3.0-only", "GPL-3.0-or-later"]
$ flict -el outbound-candidate Apache-2.0 AND LGPL-2.1-only ERROR:flict:Invalid license expression: ['Apache-2.0', 'AND', 'LGPL-2.1-only']. Original cause: sequence item 0: expected str instance, list found
flict --version
python3 --version
Happens both in poetry and pipx environment.
Description
Thanks for your tool which I love to experiment with! :)
Steps for reproduction
I used the example from the EXAMPLE.md file to get an outbound candidate from all known licenses:
Expected behavior
No error ;)
The output, based on the examples, should be something like:
["GPL-3.0-only", "GPL-3.0-or-later"]
Actual behavior
Environment
flict --version
python3 --version
Happens both in poetry and pipx environment.