We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d5008 commit 3190d2dCopy full SHA for 3190d2d
src/utils/identify_sources.m
@@ -102,7 +102,8 @@
102
else
103
% remove the prefix of the last step
104
105
- if bids.internal.starts_with(bf.prefix, 's') || bids.internal.starts_with(bf.prefix, 'u')
+ if bids.internal.starts_with(bf.prefix, 's') || ...
106
+ bids.internal.starts_with(bf.prefix, 'u')
107
bf.prefix = bf.prefix(2:end);
108
109
elseif bids.internal.starts_with(bf.prefix, 'w')
0 commit comments