Skip to content

Commit 18168e1

Browse files
committed
fix indentation
1 parent e6d8bab commit 18168e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fmriprep/cli/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,8 @@ def build_workflow(opts, retval):
771771
logger.warning('Could not generate CITATION.tex file:\n%s',
772772
' '.join(cmd))
773773
else:
774-
copyfile(pkgrf('fmriprep', 'data/boilerplate.bib'),
775-
str(logs_path / 'CITATION.bib'))
774+
copyfile(pkgrf('fmriprep', 'data/boilerplate.bib'),
775+
(logs_path / 'CITATION.bib'))
776776

777777
return retval
778778

0 commit comments

Comments
 (0)