Skip to content

Commit

Permalink
Add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpo committed Feb 28, 2024
1 parent 4eee259 commit 259c214
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tools/packageMatlabInterface.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@
opts.ToolboxVersion = toolboxVersion;
disp("Toolbox Files:");
disp(opts.ToolboxFiles);
disp("Toolbox MATLAB Path (original): " + opts.ToolboxMatlabPath);
opts.ToolboxMatlabPath = toolboxFolder;
%disp("Toolbox MATLAB Path (original): " + opts.ToolboxMatlabPath);
%opts.ToolboxMatlabPath = toolboxFolder;
disp("Options object:");
disp(opts);
disp("pwd: " + pwd);
dir
disp("Toolbox MATLAB Path: " + opts.ToolboxMatlabPath);
opts.AuthorName = "MathWorks DevOps Team";
opts.AuthorEmail = "";
Expand Down

0 comments on commit 259c214

Please sign in to comment.