Skip to content

Commit b065784

Browse files
committed
fix my mistake
1 parent 543353c commit b065784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Project.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
if ~isempty(self.params.ICLabelParams)
451451
parts = addEEGLab();
452452
ICLabelFolderIndex = find(~cellfun(@isempty,strfind(parts,'ICLabel')));
453-
found = isempty(ICLabelFolderIndex);
453+
found = ~isempty(ICLabelFolderIndex);
454454
if found == 0
455455
disp('Installing ICLabel');
456456
evalc('plugin_askinstall(''ICLabel'',[],true)');

0 commit comments

Comments
 (0)