We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a78990 commit ece294dCopy full SHA for ece294d
CPAC/utils/utils.py
@@ -2804,8 +2804,10 @@ def get_fmap_build_info(metadata_dict: Optional[dict]) -> FmapBuildInfo:
2804
fmap_type = get_fmap_type(metadata_dict)
2805
2806
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.")
+ msg = (
+ f"Could not determine fieldmap type from metadata: {metadata_dict}. "
2809
+ "Metadata must contain required BIDS fields for fieldmap type detection."
2810
+ )
2811
raise ValueError(msg)
2812
2813
build_info = {
0 commit comments