Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update nipype/interfaces/fsl/base.py
  • Loading branch information
effigies authored Oct 6, 2024
commit a2f78c89b61eb3cbe726d354cd8261d759546ae2
2 changes: 1 addition & 1 deletion nipype/interfaces/fsl/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Info(PackageInfo):
"NIFTI_PAIR": ".img",
"NIFTI_GZ": ".nii.gz",
"NIFTI_PAIR_GZ": ".img.gz",
"GIFTI": ".func.gii"
"GIFTI": ".func.gii",
}

if os.getenv("FSLDIR"):
Expand Down
Loading