You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the following configuration, poetry bundle venv /tmp/venv does not error, but does not produce a correct bundle (the code of the project itself is not bundled). The cause is the dash in the script definition. poetry install does not cause an error in this case.
The exception is printed when -vvv is passed, but it seems to be ignored when -vvv is not used.
With the following configuration,
poetry bundle venv /tmp/venv
does not error, but does not produce a correct bundle (the code of the project itself is not bundled). The cause is the dash in the script definition.poetry install
does not cause an error in this case.The exception is printed when
-vvv
is passed, but it seems to be ignored when-vvv
is not used.The text was updated successfully, but these errors were encountered: