Skip to content

Commit

Permalink
Little change :)
Browse files Browse the repository at this point in the history
RE #
  • Loading branch information
cailafinn committed Dec 9, 2024
1 parent d12ff5b commit a3f1b00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static const std::string FILE_EXTENSION = ".nxs";
bool validateInputWorkspace(MatrixWorkspace_sptr const &ws, std::string const &propertyName,
std::map<std::string, std::string> &errorList) {
if (ws == nullptr) {
errorList[propertyName] = "All input workspaces must be of type MatrixWorkspace.";
errorList[propertyName] = "All input workspaces must be of type MatrixWorkspace!";
return false;
}
if (ws->getNumberHistograms() != 1) {
Expand Down

0 comments on commit a3f1b00

Please sign in to comment.