[App] Urgent Backout commit cb21604
https://github.com/FreeCAD/FreeCAD/commit/cb2160449412b6470996a2b9b4a4a8ed172d6717 Humble apologies, back to the drawing board and more testing required.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user