Skip to content

Commit b5d76ba

Browse files
committed
FIX: Restore FSVersion to string
1 parent e89436c commit b5d76ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
# Keeping this to avoid breaking external programs that depend on it, but
4040
# this should not be used internally
41-
FSVersion = Info.looseversion()
41+
FSVersion = Info.looseversion().vstring
4242

4343

4444
class ParseDICOMDirInputSpec(FSTraitedSpec):

0 commit comments

Comments
 (0)