Skip to content

Commit ece294d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5a78990 commit ece294d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CPAC/utils/utils.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2804,8 +2804,10 @@ def get_fmap_build_info(metadata_dict: Optional[dict]) -> FmapBuildInfo:
28042804
fmap_type = get_fmap_type(metadata_dict)
28052805

28062806
if fmap_type is None:
2807-
msg = (f"Could not determine fieldmap type from metadata: {metadata_dict}. "
2808-
"Metadata must contain required BIDS fields for fieldmap type detection.")
2807+
msg = (
2808+
f"Could not determine fieldmap type from metadata: {metadata_dict}. "
2809+
"Metadata must contain required BIDS fields for fieldmap type detection."
2810+
)
28092811
raise ValueError(msg)
28102812

28112813
build_info = {

0 commit comments

Comments
 (0)