Skip to content
Snippets Groups Projects
Commit abac8f50 authored by Eric Wait's avatar Eric Wait
Browse files

Fixed warning message in KLB Reader

parent 5d7a561e
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ function [im, imD] = ReaderKLB(varargin)
try
inType = class(MicroscopeData.KLB.readKLBroi(fullfile(imPath,klbList(1).name),ones(2,5)));
catch err
warning(err.identifier,'%s\nNo images with at this data field!',err.message);
warning(sprintf('%s\nNo images with at this data field!',err.message));
return
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment