Skip to content

Commit 51da088

Browse files
authored
Update ProjectStartupApp.m
Suppress output from websave
1 parent ee3376b commit 51da088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Utilities/ProjectStartupApp.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function startupFcn(app)
132132
Request.Header = HeaderField("X-GitHub-Api-Version","2022-11-28");
133133
Request.Header(2) = HeaderField("Accept","application/vnd.github+json");
134134
[Answer,~,~] = send(Request,Address);
135-
websave(fullfile("Utilities/SurveyLinks.mat"),Answer.Body.Data.download_url)
135+
websave(fullfile("Utilities/SurveyLinks.mat"),Answer.Body.Data.download_url);
136136
catch
137137
end
138138

@@ -341,4 +341,4 @@ function delete(app)
341341
delete(app.UIFigure)
342342
end
343343
end
344-
end
344+
end

0 commit comments

Comments
 (0)