Skip to content

Commit

Permalink
Update fmriprep/interfaces/reports.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
DimitriPapadopoulos and effigies authored Feb 29, 2024
1 parent ff0dcec commit c04fe60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fmriprep/interfaces/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def _generate_segment(self):
if counts:
header = '\t\t<ul class="elem-desc">'
footer = '\t\t</ul>'
s = '' if n_runs == 1 else 's'
lines = [
f'\t\t\t<li>Task: {task_id} ({n_runs:d} run{"s"[:n_runs > 1]})</li>'
for task_id, n_runs in sorted(counts.items())
Expand Down

0 comments on commit c04fe60

Please sign in to comment.