debricked / cli

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

Python virtual env not removed if resolve fails #132

Closed young-s-park closed 8 months ago

young-s-park commented 8 months 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 8 months ago

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

sweoggy commented 8 months ago

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