Skip to content

Commit

Permalink
Update fmriprep/cli/workflow.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 May 4, 2024
1 parent 8583b19 commit 5a02b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmriprep/cli/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def build_boilerplate(config_file, workflow):
config.load(config_file)
logs_path = config.execution.fmriprep_dir / 'logs'
boilerplate = workflow.visit_desc()
citation_files = {ext: logs_path / (f'CITATION.{ext}') for ext in ('bib', 'tex', 'md', 'html')}
citation_files = {ext: logs_path / f'CITATION.{ext}' for ext in ('bib', 'tex', 'md', 'html')}

Check warning on line 176 in fmriprep/cli/workflow.py

View check run for this annotation

Codecov / codecov/patch

fmriprep/cli/workflow.py#L176

Added line #L176 was not covered by tests

if boilerplate:
# To please git-annex users and also to guarantee consistency
Expand Down

0 comments on commit 5a02b2d

Please sign in to comment.