Update src/Mod/Mesh/App/AppMeshPy.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
committed by
Chris Hennes
parent
b7259483c5
commit
9bbf1ec092
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user