From 56ab318bf631ba9edd492deed0e2089947e53aa0 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Wed, 31 Jul 2024 22:01:06 -0400 Subject: [PATCH] Fix unmatched parens --- workflow/apps/matlab/easy/EASYconsole.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/apps/matlab/easy/EASYconsole.m b/workflow/apps/matlab/easy/EASYconsole.m index a2274467..b0114886 100644 --- a/workflow/apps/matlab/easy/EASYconsole.m +++ b/workflow/apps/matlab/easy/EASYconsole.m @@ -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