Skip to content

Commit 95b4fc8

Browse files
committed
fsl.MotionOutliers output spec modified so out_file does not need to exist
1 parent 4b392d5 commit 95b4fc8

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
@@ -2045,7 +2045,7 @@ class MotionOutliersInputSpec(FSLCommandInputSpec):
20452045

20462046

20472047
class MotionOutliersOutputSpec(TraitedSpec):
2048-
out_file = File(exists=True)
2048+
out_file = File()
20492049
out_metric_values = File(exists=True)
20502050
out_metric_plot = File(exists=True)
20512051

0 commit comments

Comments
 (0)