continue;
}
PythonPathHelper pythonPathHelper = new PythonPathHelper();
pythonPathHelper.setPythonPath(builder.info.libs);
ModulesFoundStructure modulesFound = pythonPathHelper.getModulesFoundStructure(monitor);
ret = checkEarlyReturn(monitor, builder);
if (ret != null) {
continue;
}