Skip to content

Commit 6eb92f3

Browse files
authored
Fix brainsprite when --warp-surfaces-native2std is disabled (#1501)
1 parent b666a4d commit 6eb92f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcp_d/workflows/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def init_single_subject_wf(subject_id: str, anat_session: str, func_sessions: li
419419
(inputnode, postprocess_surfaces_wf, [(morph_file, f'inputnode.{morph_file}')]),
420420
]) # fmt:skip
421421

422-
if config.workflow.process_surfaces or standard_space_mesh:
422+
if config.workflow.process_surfaces:
423423
# Use standard-space structurals
424424
workflow.connect([
425425
(postprocess_anat_wf, postprocess_surfaces_wf, [

0 commit comments

Comments
 (0)