Skip to content

Commit 46e07bb

Browse files
l-espanaghisvail
andauthored
Apply formatting suggestions from code review
Co-authored-by: Ghislain Vaillant <[email protected]>
1 parent 262bfb4 commit 46e07bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ class ReconAllInputSpec(CommandLineInputSpec):
867867
argstr="-FLAIR %s",
868868
min_ver="5.3.0",
869869
desc="Convert FLAIR image to orig directory",
870-
requires=["subject_id"]
870+
requires=["subject_id"],
871871
)
872872
use_T2 = traits.Bool(
873873
argstr="-T2pial",
@@ -903,7 +903,8 @@ class ReconAllInputSpec(CommandLineInputSpec):
903903
desc=("For use in subjects with enlarged " "ventricles"),
904904
)
905905
brainstem = traits.Bool(
906-
argstr="-brainstem-structures", desc="Segment brainstem structures",
906+
argstr="-brainstem-structures",
907+
desc="Segment brainstem structures",
907908
requires=["subject_id"],
908909
)
909910
hippocampal_subfields_T1 = traits.Bool(

0 commit comments

Comments
 (0)