Skip to content

Commit 9053015

Browse files
committed
&& not valid in python...
1 parent b2a8255 commit 9053015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/ants/segmentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ def _list_outputs(self):
701701
self.inputs.out_prefix +
702702
'BrainExtractionBrain.' +
703703
self.inputs.image_suffix)
704-
if isdefined(self.inputs.keep_temporary_files) && self.inputs.keep_temporary_files != 0:
704+
if isdefined(self.inputs.keep_temporary_files) and self.inputs.keep_temporary_files != 0:
705705
outputs['BrainExtractionCSF'] = os.path.join(
706706
os.getcwd(),
707707
self.inputs.out_prefix + 'BrainExtractionCSF.' + self.inputs.image_suffix

0 commit comments

Comments
 (0)