Skip to content

Commit

Permalink
Troubleshooting: Output cached webread url to verify url integrity
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Dec 7, 2023
1 parent 0902423 commit 03fcfdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mhkit/utils/cached_webread.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
end

% Perform webread
disp("Cache of url not found! Performing webread for url:");
disp(url)
data = webread(url, options);

% Save raw data to cache
Expand Down

0 comments on commit 03fcfdc

Please sign in to comment.