We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b294e78 commit 724a0dfCopy full SHA for 724a0df
1 file changed
pyWrapper.cpp
@@ -157,7 +157,7 @@ PyWrapper::PyWrapper() {
157
_wrapperTest = _obj.attr("wrapperTestFunc");
158
159
py::gil_scoped_release release;
160
- StartMonitorWrapperClass(_wrapper_abs);}
+ StartMonitorWrapperClass(_wrapper_abs);
161
} catch (py::error_already_set &e) {
162
spdlog::get("stderr_console")->error("_wrapperInit error: {}", e.what());
163
exit(-1);
0 commit comments