Skip to content

Commit ce07834

Browse files
committed
octave compatibility issue
1 parent 9b78927 commit ce07834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/identify_sources.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
end
5757

5858
% deal with SPM's funky suffixes
59-
if endsWith(derivatives, '_seg8.mat')
59+
if bids.internal.ends_with(derivatives, '_seg8.mat')
6060

6161
prefix_based = false;
6262

0 commit comments

Comments
 (0)