Skip to content

Commit

Permalink
Update ProjectStartupApp.m
Browse files Browse the repository at this point in the history
Suppress output from websave
  • Loading branch information
eszmw authored Jan 19, 2024
1 parent ee3376b commit 51da088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Utilities/ProjectStartupApp.m
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function startupFcn(app)
Request.Header = HeaderField("X-GitHub-Api-Version","2022-11-28");
Request.Header(2) = HeaderField("Accept","application/vnd.github+json");
[Answer,~,~] = send(Request,Address);
websave(fullfile("Utilities/SurveyLinks.mat"),Answer.Body.Data.download_url)
websave(fullfile("Utilities/SurveyLinks.mat"),Answer.Body.Data.download_url);
catch
end

Expand Down Expand Up @@ -341,4 +341,4 @@ function delete(app)
delete(app.UIFigure)
end
end
end
end

0 comments on commit 51da088

Please sign in to comment.