Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 14, 2023
1 parent dc5d454 commit 2afa7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aslprep/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def init_single_subject_wf(subject_id: str):
# Overwrite ``out_path_base`` of smriprep's DataSinks
for node in workflow.list_node_names():
if node.split(".")[-1].startswith("ds_"):
workflow.get_node(node).interface.out_path_base = "aslprep"
workflow.get_node(node).interface.out_path_base = ""

if anat_only:
return workflow
Expand Down

0 comments on commit 2afa7db

Please sign in to comment.