Open huard opened 3 years ago
I would like to be able to do
from pathlib import Path ... response.outputs["output_identifier"].file = Path(...)
in Process._handler. At the moment I need to convert Path objects to strings, otherwise an error is raised.
Process._handler
Description
I would like to be able to do
in
Process._handler
. At the moment I need to convert Path objects to strings, otherwise an error is raised.Environment