Skip to content

Commit

Permalink
[App] Urgent Backout commit cb21604
Browse files Browse the repository at this point in the history
cb21604 Humble apologies, back to the drawing board and more testing required.
  • Loading branch information
Syres916 committed Mar 23, 2023
1 parent c32ee26 commit 2ed9607
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/App/PropertyPythonObject.cpp
Expand Up @@ -121,11 +121,6 @@ void PropertyPythonObject::fromString(const std::string& repr)
try {
if (repr.empty())

Check warning on line 122 in src/App/PropertyPythonObject.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

statement should be inside braces [readability-braces-around-statements]
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())

Check warning on line 125 in src/App/PropertyPythonObject.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

statement should be inside braces [readability-braces-around-statements]
throw Py::Exception();
Expand Down

0 comments on commit 2ed9607

Please sign in to comment.