Closed profdocpizza closed 9 months ago
Fixed an issue where some outputs were placed in cwd, and some in parent directory which is not always accessible.
--output_dir is "." by default and can be specified to any desired folder. The folder will be created if it does not exist.
Hi @profdocpizza ,
Could you use Pathlib over os?
merged in #66
Fixed an issue where some outputs were placed in cwd, and some in parent directory which is not always accessible.
--output_dir is "." by default and can be specified to any desired folder. The folder will be created if it does not exist.