Skip to content

Commit 8ee911c

Browse files
authored
fix a typo
1 parent 635bb5a commit 8ee911c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/interfaces/fmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def _delta_te(in_values, te1=None, te2=None):
525525
if te1 is None:
526526
raise RuntimeError(
527527
'EchoTime1 metadata field not found. Please consult the BIDS specification.')
528-
if te1 is None:
528+
if te2 is None:
529529
raise RuntimeError(
530530
'EchoTime2 metadata field not found. Please consult the BIDS specification.')
531531

0 commit comments

Comments
 (0)