Skip to content

Commit 4362809

Browse files
committed
Removed exists=True from MathsOutput
1 parent 6a7837c commit 4362809

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)