Skip to content
Snippets Groups Projects
Commit 131b8777 authored by tpylak's avatar tpylak
Browse files

LMS-1563 bugfix

SVN: 16519
parent a21aca37
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,7 @@ public class ImageChannelsUtils
{
throw EnvironmentFailureException.fromTemplate("No "
+ (thumbnailSizeOrNull != null ? "thumbnail" : "image")
+ " found for well %s, tile %s and channel %d", wellLocation, tileLocation,
+ " found for well %s, tile %s and channel %s", wellLocation, tileLocation,
chosenChannel);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment