Update src/Mod/Mesh/App/AppMeshPy.cpp

Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
Max Wilfinger
2025-06-30 09:20:16 +02:00
committed by Chris Hennes
parent b7259483c5
commit 9bbf1ec092

View File

@@ -275,7 +275,7 @@ private:
exporter = std::make_unique<MergeExporter>(outputFileName, exportFormat);
}
else {
std::string exStr("Cannot determine mesh format from file name.\nSpecify mesh "
std::string exStr("Cannot determine the mesh format from the file name.\nSpecify mesh "
"format file extension: '");
exStr += outputFileName + "'";
throw Py::ValueError(exStr.c_str());