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 46dfa42 commit 7d5e209Copy full SHA for 7d5e209
utils/type.js
@@ -209,7 +209,7 @@ module.exports = {
209
'\\/(?:(ses-[a-zA-Z0-9]+)' +
210
'\\/)?beh' +
211
'\\/\\1(_\\2)?_task-[a-zA-Z0-9]+(?:_acq-[a-zA-Z0-9]+)?(?:_rec-[a-zA-Z0-9]+)?(?:_run-[0-9]+)?'
212
- + '(?:_beh.json|_events.json|_events.tsv|_physio.tsv.gz|_stim.tsv.gz|_physio.json|_stim.json)$');
+ + '(?:_beh.json|_beh.tsv|_events.json|_events.tsv|_physio.tsv.gz|_stim.tsv.gz|_physio.json|_stim.json)$');
213
return conditionalMatch(funcBeh, path);
214
},
215
0 commit comments