Skip to content

Commit

Permalink
Added the name of the workspace to the error message
Browse files Browse the repository at this point in the history
Refs #7309
  • Loading branch information
arturbekasov committed Jul 25, 2013
1 parent ddd7953 commit 9047d32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ namespace Mantid
{
// Check if is unique
if(AnalysisDataService::Instance().doesExist(value))
error = "Workspace with such name already exists";
error = "Workspace with name \"" + value + "\" already exists";
}
}
else
Expand Down

0 comments on commit 9047d32

Please sign in to comment.