Fix unmatched parens

This commit is contained in:
2024-07-31 22:01:06 -04:00
parent df86497aed
commit 56ab318bf6

View File

@@ -116,7 +116,7 @@ function varargout = EASYconsole(varargin)
fprintf('Using EASY script directory: %s from hardcoded default\n', easyDir);
end
if ~isempty(getenv('EASY_RESULTS_DIR')))
if ~isempty(getenv('EASY_RESULTS_DIR'))
easyResultsDir=fullfile(getenv('EASY_RESULTS_DIR'));
fprintf('Using output directory: %s from environment variable EASY_RESULTS_DIR\n', easyResultsDir);
else