Skip to main content

resolve_output_dir

Function resolve_output_dir 

Source
pub fn resolve_output_dir(
    output_dir: Option<PathBuf>,
) -> Result<PathBuf, WorkflowError>
Expand description

Resolves the output directory for a workflow: the given path (created if missing) or the current directory.