Closed AntoineFaul closed 1 month ago
Good catch! PT.sanitize_path is also completely unnecessary at this point. The user is responsible for a correct path. But thanks for the hint, I think I should rewrite sanitize_path so that absolute paths can also be optionally allowed
Hello, When trying to pass absolute directory for working_dir or output_dir options, the leading / is removed by the
PathTools.sanitize_path
, making it to resolve as a relative path.