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

Co-authored-by: Ryan K <[email protected]>
This commit is contained in:
Max Wilfinger
2025-06-30 10:34:36 -05:00
committed by Chris Hennes
co-authored by Ryan K
parent b7259483c5
commit 9bbf1ec092
+1 -1
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());