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