Skip to content

Commit

Permalink
FIX: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 24, 2024
1 parent e24dad7 commit 4d81121
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions mne_bids_pipeline/_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,11 @@ def main():
dest="deriv_root",
default=None,
help=dedent(
"""
The root of the derivatives directory
in which the pipeline will store the processing results.
If unspecified, this will be derivatives/mne-bids-pipeline
inside the BIDS root.
"""
"""\
The root of the derivatives directory
in which the pipeline will store the processing results.
If unspecified, this will be derivatives/mne-bids-pipeline
inside the BIDS root."""
),
)
parser.add_argument(
Expand Down

0 comments on commit 4d81121

Please sign in to comment.