EASYconsole.m debugging, remove returnStartDir

This commit is contained in:
2024-07-26 10:29:54 -04:00
parent fba8fa14f1
commit 162057eb69

View File

@@ -129,15 +129,16 @@ end
% To remove? % To remove?
% Try to enter % Try to enter
function returnStartDir % function returnStartDir
global % global scansDir
try % global startDir
cd(SCANS_DIR) % try
catch % cd(scansDir)
msgbox('Failed to enter the project directory so starting search from where we started.'); % catch
cd(start_dir) % msgbox('Failed to enter the project directory so starting search from where we started.');
end % cd(startDir)
end % end
% end
% GUI % GUI
% Easyconcole_OpeningFcn executes just before the EASYconsole GUI is made visible. % Easyconcole_OpeningFcn executes just before the EASYconsole GUI is made visible.
@@ -377,7 +378,6 @@ function runDMPexcel_Callback(~, ~, ~)
% DMPexcel2mat_2024winLinix %DMPexcel2mat_2023winLinix % DMPexcel2mat_2024winLinix %DMPexcel2mat_2023winLinix
DMPexcel2mat % TODO Can't find above so using what I have available DMPexcel2mat % TODO Can't find above so using what I have available
catch ME catch ME
returnStartDir
EASYconsole EASYconsole
end end
end end