There was an error while loading. Please reload this page.
1 parent 10c3365 commit f6512bbCopy full SHA for f6512bb
1 file changed
src/main/java/qupath/ext/stitching/core/ImageStitcher.java
@@ -78,6 +78,7 @@ private ImageStitcher(Builder builder) throws InterruptedException, IOException
78
for (int i=0; i<builder.positionFinders.size(); i++) {
79
try {
80
position = builder.positionFinders.get(i).findPosition(server);
81
+ break;
82
} catch (IOException | RuntimeException e) {
83
if (i < builder.positionFinders.size() - 1) {
84
logger.debug("Cannot use {} to retrieve position. Trying following one", builder.positionFinders.get(i), e);
0 commit comments