mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 10:12:44 +00:00
Use underscore plugin artifact names
Generated with the assistance of an AI coding tool.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace {
|
||||
|
||||
std::string geometry_serializer_plugin_prefix(const std::string& format = std::string()) {
|
||||
const auto format_lower = boost::to_lower_copy(format);
|
||||
return format_lower.empty() ? "geometry." : "geometry." + format_lower;
|
||||
return format_lower.empty() ? "geometry_" : "geometry_" + format_lower;
|
||||
}
|
||||
|
||||
std::string geometry_serializer_key(const std::string& extension) {
|
||||
|
||||
Reference in New Issue
Block a user