Skip to content

Commit 3bb33b2

Browse files
bronsolobronsolo
authored andcommitted
add exception msg to cleanup error
1 parent e925fa1 commit 3bb33b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotly_setup_aux/plotlyupdate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ function plotlyupdate(varargin)
278278
end
279279
end
280280
catch exception
281-
fprintf(['\n\nAn error occured while cleaning up the outdated Plotly scripts. Please\n',...
281+
fprintf([exception '\n\nAn error occured while cleaning up the outdated Plotly scripts. Please\n',...
282282
'check your write permissions for your outdated Plotly directories with \n',...
283283
'your system admin. Contact [email protected] for more information.\n\n']);
284284
end

0 commit comments

Comments
 (0)