committed by
Kacper Donat
parent
be0c0e7a74
commit
bbfbb6e059
@@ -57,7 +57,7 @@ PyObject* DrawViewSymbolPy::dumpSymbol(PyObject *args)
|
||||
if (outfile.good()) {
|
||||
outfile.close();
|
||||
} else {
|
||||
std::string error = std::string("Can't write ");
|
||||
std::string error = std::string("Cannot write");
|
||||
error += fileSpec;
|
||||
PyErr_SetString(PyExc_RuntimeError, error.c_str());
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user