Skip to content

Commit 8313923

Browse files
author
Shoshana Berleant
committed
python3, pep8
1 parent 0c7c649 commit 8313923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/algorithms/confounds.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ def _run_interface(self, runtime):
332332
mask = nb.load(self.inputs.mask_file).get_data()
333333

334334
if imgseries.shape[:3] != mask.shape:
335-
raise ValueError("Inputs for CompCor, func {} and mask {}, do not have matching '
336-
'spatial dimensions ({} and {}, respectively)"
335+
raise ValueError('Inputs for CompCor, func {} and mask {}, do not have matching '
336+
'spatial dimensions ({} and {}, respectively)'
337337
.format(self.inputs.realigned_file, self.inputs.mask_file,
338338
imgseries.shape[:3], mask.shape))
339339

0 commit comments

Comments
 (0)