Skip to content

Commit

Permalink
Merge pull request FreeCAD#9008 from Syres916/patch-73
Browse files Browse the repository at this point in the history
[App] Urgent Backout commit cb21604
  • Loading branch information
chennes committed Mar 23, 2023
2 parents c32ee26 + 2ed9607 commit 30e815a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/App/PropertyPythonObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 30e815a

Please sign in to comment.