Skip to content

Commit

Permalink
Merge pull request #365 from scott-huberty/import_pathlib
Browse files Browse the repository at this point in the history
FIX: nest pathlib import in fix_multi_source_name
  • Loading branch information
mgxd committed Jun 17, 2024
2 parents 7b1e91d + ba7d191 commit f93aba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nibabies/utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def fix_multi_source_name(in_files):
'/path/to/sub-045_T1w.nii.gz'
"""
import re
from pathlib import Path

from nipype.utils.filemanip import filename_to_list

Expand Down

0 comments on commit f93aba7

Please sign in to comment.