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 93775aa commit e24dad7
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions mne_bids_pipeline/_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,17 @@ def main():
default=None,
help="BIDS root directory of the data to process.",
)
(
parser.add_argument(
"--deriv_root",
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."""
),
parser.add_argument(
"--deriv_root",
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.
"""
),
)
parser.add_argument(
Expand Down

0 comments on commit e24dad7

Please sign in to comment.