Closed young-s-park closed 1 year ago
When running debricked resolve on a python project, if the command is successful, the generated requirements.txt.venv folder is removed. But if the command fails for some reason, the requirements.txt.venv folder remains in the project root.
debricked resolve
Thanks for reporting this! We will try to resolve the issue.
@young-s-park this has been resolved as of version 1.2.3 :blush:
When running
debricked resolve
on a python project, if the command is successful, the generated requirements.txt.venv folder is removed. But if the command fails for some reason, the requirements.txt.venv folder remains in the project root.