Skip to content

Commit

Permalink
make sure JSONio is seen
Browse files Browse the repository at this point in the history
  • Loading branch information
CPernet committed Jul 28, 2021
1 parent 69682cb commit 71816ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pop_importbids.m
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@
}, 'pop_importbids');
if isstr(opt), error(opt); end

if ~exist('jsondecode.m','file')
addpath([fileparts(which('pop_importbids.m')) filesep 'JSONio'])
end

% Options:
% - copy folder
% - use channel location and event
Expand Down

0 comments on commit 71816ef

Please sign in to comment.