Skip to content

Commit ccb04ca

Browse files
authored
STY: Whitespace, line length
1 parent 8ee911c commit ccb04ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fmriprep/interfaces/fmap.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,11 +517,11 @@ def _delta_te(in_values, te1=None, te2=None):
517517
te1 = te1[1]
518518
if isinstance(te2, list):
519519
te2 = te2[1]
520-
520+
521521
# For convienience if both are missing we should give one error about them
522522
if te1 is None and te2 is None:
523-
raise RuntimeError(
524-
'EchoTime1 and EchoTime2 metadata fields not found. Please consult the BIDS specification.')
523+
raise RuntimeError('EchoTime1 and EchoTime2 metadata fields not found. '
524+
'Please consult the BIDS specification.')
525525
if te1 is None:
526526
raise RuntimeError(
527527
'EchoTime1 metadata field not found. Please consult the BIDS specification.')

0 commit comments

Comments
 (0)