We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0999146 commit 1a2e359Copy full SHA for 1a2e359
src/main/java/io/bioimage/modelrunner/engine/installation/EngineInstall.java
@@ -580,7 +580,7 @@ private void installMissingBasicEngines() {
580
for (int i = 0; i < installedArr.size(); i ++) {
581
if (!installedArr.get(i))
582
continue;
583
- missingEngineFolders.remove(missingEngineFolders.get(keys.get(i)));
+ missingEngineFolders.remove(keys.get(i));
584
}
585
586
0 commit comments