Skip to content

Commit c363ba8

Browse files
committed
revert isstring to iscellstr
1 parent 685767d commit c363ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bidspm.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function bidspm(varargin)
2222

2323
isFolder = @(x) isfolder(x);
2424

25-
isCellStr = @(x) isstring(x);
25+
isCellStr = @(x) iscellstr(x); %#ok<ISCLSTR>
2626

2727
isLowLevelActionOrDir = @(x) (ismember(x, low_level_actions()) || isfolder(x));
2828

0 commit comments

Comments
 (0)