Skip to content

Commit

Permalink
Update pspm_version.m
Browse files Browse the repository at this point in the history
  • Loading branch information
teddychao committed Aug 13, 2023
1 parent ea1efe5 commit f6eff68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pspm_version.m
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
sprintf('Latest version : %s\n', new_v)]);
end
else
warning('ID:invalid_input', 'Cannot figure out if there is a new version.'); return;
warning('ID:invalid_input', 'Cannot figure out if there is a new version.');
end
catch
warning('ID:invalid_input', 'Cannot check for updates.'); return
warning('ID:invalid_input', 'Cannot check for updates.');
end
end
end
Expand Down

0 comments on commit f6eff68

Please sign in to comment.