Skip to content
Snippets Groups Projects
Commit f869aa5a authored by Houtan Bastani's avatar Houtan Bastani
Browse files

reporting: bug fix. closes #673

parent 90d74ad7
Branches
Tags
No related merge requests found
...@@ -131,6 +131,10 @@ end ...@@ -131,6 +131,10 @@ end
o = rmfield(o, 'seriesToUse'); o = rmfield(o, 'seriesToUse');
o = rmfield(o, 'data'); o = rmfield(o, 'data');
if ~exist(o.tableDirName, 'file')
mkdir(o.tableDirName);
end
% Create report_table object % Create report_table object
o = class(o, 'report_table'); o = class(o, 'report_table');
end end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment