Skip to content

Commit 8f26bfb

Browse files
committed
fix: output to nibabies dir
1 parent d0ee4df commit 8f26bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/workflows/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ def clean_datasinks(workflow: pe.Workflow) -> pe.Workflow:
836836
for node in workflow.list_node_names():
837837
if node.split('.')[-1].startswith('ds_'):
838838
workflow.get_node(node).interface.out_path_base = ''
839-
workflow.get_node(node).interface.inputs.base_directory = config.execution.output_dir
839+
workflow.get_node(node).interface.inputs.base_directory = config.execution.nibabies_dir
840840

841841
if config.execution.output_layout == 'multiverse':
842842
workflow.get_node(node).interface.inputs.hash = config.execution.parameters_hash

0 commit comments

Comments
 (0)