Skip to content

Commit d752ce7

Browse files
committed
add specific version to set precedence
1 parent 47655ca commit d752ce7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nipype/interfaces/dcm2nii.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ class Dcm2niixInputSpec(CommandLineInputSpec):
265265
copyfile=False,
266266
mandatory=True,
267267
desc=('A set of filenames to be converted. Note that the current '
268-
'version of dcm2niix converts any files in the directory. To '
269-
'only convert specific files they should be in an isolated '
270-
'directory'),
268+
'version (1.0.20180328) of dcm2niix converts any files in the '
269+
'directory. To only convert specific files they should be in an '
270+
'isolated directory'),
271271
xor=['source_dir'])
272272
source_dir = Directory(
273273
exists=True,

0 commit comments

Comments
 (0)