tplant
tplant copied to clipboard
Silent failure when output directory does not exist
Hi, great library.
A small issue I ran into, is that tplant
will not throw an error/warning when the output directory does not exist. It simply says Done in x secs.
while nothing is generated.
In my case, I wanted to output to reports/uml/uml.svg
. reports/uml
did not exist, reports/xyz
did, though.
Suggested solution:
- Generate output directory if not exists
- Warn/error when output dir could not be created.
Cheers