This commit is contained in:
0penBrain
2022-04-06 10:23:06 +02:00
committed by wwmayer
parent 3c6d6dfea5
commit 5cb11cb562
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ PyObject* PersistencePy::dumpContent(PyObject *args, PyObject *kwds)
getPersistencePtr()->dumpToStream(stream, compression);
}
catch (...) {
PyErr_SetString(PyExc_IOError, "Unable parse content into binary representation");
PyErr_SetString(PyExc_IOError, "Unable to parse content into binary representation");
return nullptr;
}