Address review

This commit is contained in:
ThiloteE 2024-01-03 17:31:06 +01:00 committed by AT
parent a0f7d7ae0e
commit 2d566710e5

View File

@ -104,7 +104,7 @@ const std::vector<LLModel::Implementation> &LLModel::Implementation::implementat
// Add to list if model implementation
try {
Dlhandle dl(std::filesystem::absolute(p).string());
Dlhandle dl(p.string());
if (!Implementation::isImplementation(dl)) {
continue;
}