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'));
|
||||
fprintf('Using output directory: %s from environment variable EASY_RESULTS_DIR\n', easyResultsDir);
|
||||
else
|
||||
easyProjectName=strcat(todayStr, '_',userName, '_', project);
|
||||
easyResultsDir=fullfile(parentDir, '..', '..', 'out', project, 'easy', easyProjectName);
|
||||
easyProjectName=strcat(todayStr, '_',userName, '_', projectName);
|
||||
easyResultsDir=fullfile(parentDir, '..', '..', 'out', projectName, 'easy', easyProjectName);
|
||||
if exist(easyResultsDir, 'dir')
|
||||
fprintf('WARNING: EASY results dir %s already exists\n', easyResultsDir);
|
||||
disp('Files in this directory may be overwritten')
|
||||
|
||||
@@ -303,7 +303,6 @@ print_header() {
|
||||
Available submodules: ${ALL_SUBMODULES[*]}
|
||||
EOF
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user