We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7837c commit 4362809Copy full SHA for 4362809
nipype/interfaces/fsl/maths.py
@@ -41,7 +41,7 @@ class MathsInput(FSLCommandInputSpec):
41
42
class MathsOutput(TraitedSpec):
43
44
- out_file = File(exists=True, desc="image written after calculations")
+ out_file = File(desc="image written after calculations")
45
46
47
class MathsCommand(FSLCommand):
0 commit comments