Skip to content
Snippets Groups Projects
Commit deaa12de authored by gpawel's avatar gpawel
Browse files

bugfix

SVN: 26478
parent d0f08feb
No related branches found
No related tags found
No related merge requests found
......@@ -347,7 +347,8 @@ public class Hdf5ThumbnailGenerator implements IHDF5WriterClient
String imageFilePath = null;
if (contentOrNull == null)
{
imageFilePath = new File(imageFilePath, imageFileInfo.getImageRelativePath()).getPath();
imageFilePath =
new File(imagesParentDirectory, imageFileInfo.getImageRelativePath()).getPath();
} else
{
imageFilePath =
......
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