Add support to create a non-existent project dir if output_path is specified #1082
rghv404
started this conversation in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, when we call:
we get an error
It'd be great if the library automatically handled creating a nonexistent project directory, especially if a custom destination path is provided.
Adding an
exist_ok=True
here should sufficeHappy to work on a PR if this make sense
Beta Was this translation helpful? Give feedback.
All reactions