diff --git a/workflow/templates/easy/EASYconsole.m b/workflow/templates/easy/EASYconsole.m index 0112f0ac..b432b0ae 100644 --- a/workflow/templates/easy/EASYconsole.m +++ b/workflow/templates/easy/EASYconsole.m @@ -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