mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-12 11:37:42 +00:00
fix: don't treat file not found as an error
This commit is contained in:
@@ -120,8 +120,7 @@ bool delete_plugin_root(const boost::filesystem::path& resolved_root, const std:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (removed_count == 0) {
|
if (removed_count == 0) {
|
||||||
error = "Plugin folder was not found: " + resolved_root.string();
|
return true;
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_LOG_TRIVIAL(info) << "Deleted plugin: " << plugin_id << " from " << resolved_root.string();
|
BOOST_LOG_TRIVIAL(info) << "Deleted plugin: " << plugin_id << " from " << resolved_root.string();
|
||||||
|
|||||||
Reference in New Issue
Block a user