Skip to content

Commit 35ccaa9

Browse files
mfmachadoeffigies
andauthored
Update nipype/interfaces/robex/preprocess.py
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
1 parent 92b0d93 commit 35ccaa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/robex/preprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class RobexInputSpec(CommandLineInputSpec):
3636

3737

3838
class RobexOutputSpec(TraitedSpec):
39-
out_file = File(desc="Output volume", exists=True)
40-
out_mask = File(desc="Output mask", exists=True)
39+
out_file = File(desc="Output volume")
40+
out_mask = File(desc="Output mask")
4141

4242

4343
class RobexSegment(CommandLine):

0 commit comments

Comments
 (0)