Skip to content

Commit

Permalink
STY: black
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 31, 2024
1 parent c1a3eac commit d0b7289
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion fmriprep/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@ def main():
from fmriprep.reports.core import generate_reports

# Generate reports phase
session_list = config.execution.get().get('bids_filters', {}).get("bold", {}).get("session")
session_list = (
config.execution.get().get('bids_filters', {}).get("bold", {}).get("session")
)

failed_reports = generate_reports(
config.execution.participant_label,
Expand Down
2 changes: 1 addition & 1 deletion fmriprep/interfaces/confounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class GatherConfounds(SimpleInterface):
0 0.1 0.2
"""

input_spec = GatherConfoundsInputSpec
output_spec = GatherConfoundsOutputSpec

Expand Down

0 comments on commit d0b7289

Please sign in to comment.