Skip to content
Snippets Groups Projects
Commit 3e258aec authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

make path breakdown stop eating part of directory names

parent d96e2e85
No related branches found
No related tags found
1 merge request!914make path breakdown stop eating part of directory names
Pipeline #5061 passed
Pipeline: workspaces

#5064

    ......@@ -60,7 +60,7 @@ def _get_settings(
    if cal_spl is not None:
    parameters["calSpl"] = cal_spl
    if source_dir is not None:
    parameters["workflowDir"] = pathlib.Path(source_dir).stem
    parameters["workflowDir"] = pathlib.Path(source_dir).name
    parameters["seciCachePath"] = pathlib.Path(source_dir).parent
    parameters["staging_area"] = ingestion_settings.stagingDirectory
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment