Skip to content

Commit f6a6e65

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mne_bids/write.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ def _should_use_bti_pdf_suffix() -> bool:
122122
check=True,
123123
)
124124
except (subprocess.CalledProcessError, FileNotFoundError, OSError) as e:
125-
logger.warning(
126-
f"Failed to run bids-validator to check version: {e}"
127-
)
125+
logger.warning(f"Failed to run bids-validator to check version: {e}")
128126
else:
129127
version_output = res.stdout.strip() or res.stderr.strip()
130128
match = re.search(r"(\d+)\.(\d+)\.(\d+)", version_output)

0 commit comments

Comments
 (0)