Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 7, 2023
1 parent 41aaad6 commit 7bf0e6c
Show file tree
Hide file tree
Showing 2 changed files with 527 additions and 248 deletions.
4 changes: 3 additions & 1 deletion mne_bids_pipeline/_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ def main():
if root_dir:
overrides.bids_root = pathlib.Path(root_dir).expanduser().resolve(strict=True)
if deriv_root:
overrides.deriv_root = pathlib.Path(deriv_root).expanduser().resolve(strict=False)
overrides.deriv_root = (
pathlib.Path(deriv_root).expanduser().resolve(strict=False)
)
if subject:
overrides.subjects = [subject]
if session:
Expand Down
Loading

0 comments on commit 7bf0e6c

Please sign in to comment.