Skip to content

Commit d8ba317

Browse files
authored
Merge pull request #3385 from 0nu/MathsCommand_file_exists_fix
[FIX] Removed exists=True from MathsOutput
2 parents 6a7837c + 4362809 commit d8ba317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/maths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class MathsInput(FSLCommandInputSpec):
4141

4242
class MathsOutput(TraitedSpec):
4343

44-
out_file = File(exists=True, desc="image written after calculations")
44+
out_file = File(desc="image written after calculations")
4545

4646

4747
class MathsCommand(FSLCommand):

0 commit comments

Comments
 (0)