Skip to content

Commit e07301d

Browse files
authored
Merge pull request #1428 from beausievers/master
fsl.MotionOutliers output spec no longer requires out_file to exist
2 parents 00c490c + 95b4fc8 commit e07301d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2799,7 +2799,7 @@ class MotionOutliersInputSpec(FSLCommandInputSpec):
27992799

28002800

28012801
class MotionOutliersOutputSpec(TraitedSpec):
2802-
out_file = File(exists=True)
2802+
out_file = File()
28032803
out_metric_values = File(exists=True)
28042804
out_metric_plot = File(exists=True)
28052805

0 commit comments

Comments
 (0)