Skip to content

Commit 476f2c1

Browse files
committed
#588 Minor fix for error logging
1 parent a6ded74 commit 476f2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExploreASL_Master.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
x = ExploreASL_Initialize(x.opts.StudyRoot, x.opts.ImportModules, x.opts.ProcessModules, x.opts.bPause, x.opts.iWorker, x.opts.nWorkers);
8686
end
8787
% Retrieve logging information about errors/warnings from backup variable
88-
if exist(loggingBackUp, 'var')
88+
if exist('loggingBackUp', 'var')
8989
x.logging = loggingBackUp;
9090
end
9191

0 commit comments

Comments
 (0)