Skip to content

Commit

Permalink
FIX: Stringify output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Jul 24, 2024
1 parent 69d3e6e commit 1ecd1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibabies/workflows/bold/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def init_bold_wf(
precomputed = {}
bold_file = bold_series[0]

output_dir = config.execution.nibabies_dir
output_dir = str(config.execution.nibabies_dir)
omp_nthreads = config.nipype.omp_nthreads
all_metadata = [config.execution.layout.get_metadata(file) for file in bold_series]

Expand Down

0 comments on commit 1ecd1f1

Please sign in to comment.