Open Issues Need Help
View All on GitHub Create output directory if it doesn't exist about 1 month ago
AI Summary: Modify the `componentize-py` tool to create the output directory specified by the `-o` flag if it does not already exist. This involves adding error handling to gracefully handle the `FileNotFoundError` or equivalent exception that occurs when attempting to write to a non-existent directory.
Complexity:
2/5
good first issue