Skip to content

Commit 7cbb35a

Browse files
mgxdeffigies
andauthored
Update nibabies/cli/workflow.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent d6523bb commit 7cbb35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/cli/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def build_boilerplate(workflow):
132132

133133
from nibabies.data import load as load_data
134134

135-
bib = load_data.readable("boilerplate.bib").read_text()
135+
bib = load_data("boilerplate.bib")
136136

137137
# Generate HTML file resolving citations
138138
cmd = [

0 commit comments

Comments
 (0)