Skip to content

Commit 2630b76

Browse files
mnoergaardeffigies
andauthored
FIX: rename ctab to colortable
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 8dbc7d2 commit 2630b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/petsurfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class GTMSegInputSpec(FSTraitedSpec):
9999
desc="do not add vermis segmentation when doing ---xcerseg",
100100
)
101101

102-
ctab = File(exists=True, argstr="--ctab %s", desc="colortable")
102+
colortable = File(exists=True, argstr="--ctab %s", desc="colortable")
103103
no_seg_stats = traits.Bool(
104104
argstr="--no-seg-stats", desc="do not compute segmentation stats"
105105
)

0 commit comments

Comments
 (0)