debricked / cli

Debricked's command line interface. It brings open source security, compliance and health to your project via the command prompt.
MIT License
21 stars 9 forks source link

Python virtual env not removed if resolve fails #132

Closed young-s-park closed 1 year ago

young-s-park commented 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.

emilwareus commented 1 year ago

Thanks for reporting this! We will try to resolve the issue.

sweoggy commented 1 year ago

@young-s-park this has been resolved as of version 1.2.3 :blush: