Skip to content

Commit

Permalink
adapt step-by-step
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-pinkau committed Dec 11, 2024
1 parent 80a2b24 commit fadd852
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions +siibra/+internal/API.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@
function result = doWebsaveWithLongTimeout(path, absoluteLink)
options = weboptions;
options.Timeout = 30;
result = websave( ...
path, ...
absoluteLink, ...
options);
try
result = websave( ...
path, ...
absoluteLink, ...
options);
catch Exception
delete(path)
end
end

function parameterString = parametersToString(parameters)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified step-by-step/02_maps_and_templates/04_access_big_brain.mlx
Binary file not shown.
Binary file modified walkthrough.mlx
Binary file not shown.

0 comments on commit fadd852

Please sign in to comment.