poetry-plugin-export icon indicating copy to clipboard operation
poetry-plugin-export copied to clipboard

fix: create parent dir if not present in the ouput param path

Open Vipulkr1698 opened this issue 3 years ago • 1 comments

When using the command of the below format poetry export -o package/lib/requirements.txt

In the above example, if the package/lib directory doesn't exist, the above command would fail. With the fix, the tool would create all the necessary intermediate folders to the file path provided and export the dependencies to the file provided.

Vipulkr1698 avatar Nov 14 '22 06:11 Vipulkr1698

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarqubecloud[bot] avatar Nov 14 '22 06:11 sonarqubecloud[bot]