tool.poetry.scripts
: can't open file
#4287
Labels
area/scripts
Related tool.poetry.scripts
kind/bug
Something isn't working as expected
status/confirmed
Issue is reproduced and confirmed
status/triage
This issue needs to be triaged
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: Ubuntu 18.04.5 LTS
Poetry version: 1.2.0a1
Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/ethanabrooks/2de35e1c59d9d08f7695123485fcf044
Issue
The
[tool.poetry.scripts]
section of thispyproject.toml
is taken directly from here. I am trying to use the functionality from python-poetry/poetry-core#40I run:
Then:
Note that
script-files/sample_script.sh
exists:What am I doing wrong?
The text was updated successfully, but these errors were encountered: