[App] Urgent Backout commit 0998756

09987560c3 Humble apologies, back to the drawing board and more testing required.
This commit is contained in:
Syres916
2023-03-23 15:04:38 +00:00
committed by GitHub
parent d0f46f3fd4
commit fb3200e847

View File

@@ -121,11 +121,6 @@ void PropertyPythonObject::fromString(const std::string& repr)
try {
if (repr.empty())
return;
if (repr == "null") {
Py::String typestr(this->object.type().str());
Base::Console().Log("PropertyPythonObject::fromString(): repr is null for object %s\n", typestr.as_string().c_str());
return;
}
Py::Module pickle(PyImport_ImportModule("json"),true);
if (pickle.isNull())
throw Py::Exception();