EASY debug: remove old project vars
This commit is contained in:
@@ -114,8 +114,8 @@ function varargout = EASYconsole(varargin)
|
|||||||
easyResultsDir=fullfile(getenv('EASY_RESULTS_DIR'));
|
easyResultsDir=fullfile(getenv('EASY_RESULTS_DIR'));
|
||||||
fprintf('Using output directory: %s from environment variable EASY_RESULTS_DIR\n', easyResultsDir);
|
fprintf('Using output directory: %s from environment variable EASY_RESULTS_DIR\n', easyResultsDir);
|
||||||
else
|
else
|
||||||
easyProjectName=strcat(todayStr, '_',userName, '_', project);
|
easyProjectName=strcat(todayStr, '_',userName, '_', projectName);
|
||||||
easyResultsDir=fullfile(parentDir, '..', '..', 'out', project, 'easy', easyProjectName);
|
easyResultsDir=fullfile(parentDir, '..', '..', 'out', projectName, 'easy', easyProjectName);
|
||||||
if exist(easyResultsDir, 'dir')
|
if exist(easyResultsDir, 'dir')
|
||||||
fprintf('WARNING: EASY results dir %s already exists\n', easyResultsDir);
|
fprintf('WARNING: EASY results dir %s already exists\n', easyResultsDir);
|
||||||
disp('Files in this directory may be overwritten')
|
disp('Files in this directory may be overwritten')
|
||||||
|
|||||||
@@ -300,10 +300,9 @@ print_header() {
|
|||||||
|
|
||||||
cat <<-EOF
|
cat <<-EOF
|
||||||
Available modules: ${ALL_MODULES[*]}
|
Available modules: ${ALL_MODULES[*]}
|
||||||
Available submodules: ${ALL_SUBMODULES[*]}
|
Available submodules: ${ALL_SUBMODULES[*]}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user