Skip to content

Commit be2d5c8

Browse files
committed
change error to a warning
1 parent 5e8cbe8 commit be2d5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotly_user_aux/saveplotlyconfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function saveplotlyconfig(plotly_domain,plotly_streaming_domain,sharing)
6464
if(strcmp(sharing, 'public') | strcmp(sharing, 'private'))
6565
config.sharing = sharing;
6666
else
67-
error(['"%s" is an invalid/un-supported value of sharing.\n', ...
67+
warning(['"%s" is an invalid/un-supported value of sharing.\n', ...
6868
'Please use one of "public" or "private"'], sharing);
6969
end
7070
otherwise %if neither endpoints are specified, no worries!

0 commit comments

Comments
 (0)