-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PATH argument doesn't work after 0.32.1 #270
Comments
Hi @pseusys, thanks for the feedback. I'm trying to unpack what could be going on here. I need to investigate a bit more to confirm this but it looks to me like one issue might be that the poetry CLI is handling the However this isn't quite enough to explain your issue, if you have a poetry project with poe tasks defined at I'll comment here again when I get more time to investigate. |
Actually, I have my my |
My setup includes poetry version
2.0.0
and poethepoet version0.32.0
which I recently updated to0.32.1
.After the update, commands like
poetry poe -C PATH COMMAND
do not work anymore.The output looks like this:
Although I am sure that in location PATH there is a
pyproject.toml
file with defined[tool.poe.tasks]
block (because it still works locally on version0.31.1
).UPD: This is most likely due to the
--directory
argument actually changes directory now.The text was updated successfully, but these errors were encountered: