Skip to content

Commit 58968ee

Browse files
committed
RPT: Add comment so source can be checked in tests
1 parent ba43f41 commit 58968ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/interfaces/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def _check_nans(self):
6464
return np.isnan(components).all()
6565

6666
def _generate_report(self):
67-
snippet = ''
67+
snippet = '<!-- {} completed without error -->'.format(self._header)
6868
if self._check_nans():
6969
snippet = '''\
7070
<p class="elem-desc">

0 commit comments

Comments
 (0)