Fix error message consistently with 2743ca8fd.

[skip ci]
time-shift
Stéphane Adjemian (Charybdis) 2021-05-26 19:11:01 +02:00
parent 2743ca8fdb
commit 3e7cd877d3
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ catch ME
W = evalin('caller','whos');
diary off
if ismember(fname,{W(:).name})
error('Your base workspace already contains a variable with the same name as the mod-file. You need to delete it or rename the mod-file.')
error('Your workspace already contains a variable with the same name as the mod-file. You need to delete it or rename the mod-file.')
else
rethrow(ME)
end