Skip to content

Commit

Permalink
Update report.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 16, 2024
1 parent def1acb commit 92adb3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nireports/assembler/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ class Report:
... output_dir / 'nireports' / 'sub-01.html'
... ).read_text()) - REPORT_BASELINE_LENGTH
0
>>> (output_dir / 'nireports' / 'sub-02.html').read_text()
'test'
>>> len((
... output_dir / 'nireports' / 'sub-02.html'
... ).read_text()) - (REPORT_BASELINE_LENGTH + 3254)
Expand Down

0 comments on commit 92adb3e

Please sign in to comment.