Skip to content

Commit

Permalink
FIX: Boilerplate file as string
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Jul 18, 2024
1 parent 5ad69eb commit ae53389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibabies/cli/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def build_boilerplate(workflow):

from nibabies.data import load as load_data

bib = load_data('boilerplate.bib')
bib = str(load_data('boilerplate.bib'))

# Generate HTML file resolving citations
cmd = [
Expand Down

0 comments on commit ae53389

Please sign in to comment.