Open TaylorBurnham opened 3 years ago
It looks like cli.py
is treating even quoted integers as ints so if the parameter --output_folder=1
was passed it would fail to create the path. I've explicitly typed it on the init() function but cutting over to argparse
or something else can help this.
Oh man, this is so useful to me. Thank you!
The output_folder
is super useful! Thank you! 😃
I've been tinkering with this and made the following changes
--output_folder
to the command line arguments, which will create the path recursively and return a POSIX path for output.I really dig this project although depending on what you feed it the results are nightmare fuel.