Skip to content

Commit 3f6eac6

Browse files
authored
[FIX] Avoid warning when generating boilerplate
1 parent 92533de commit 3f6eac6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fmriprep/cli/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ def build_workflow(opts, retval):
753753
cmd = ['pandoc', '-s', '--bibliography',
754754
pkgrf('fmriprep', 'data/boilerplate.bib'),
755755
'--filter', 'pandoc-citeproc',
756+
'--metadata', 'title="fMRIPrep citation boilerplate"',
756757
str(logs_path / 'CITATION.md'),
757758
'-o', str(logs_path / 'CITATION.html')]
758759
try:

0 commit comments

Comments
 (0)