Skip to content

Commit 724a0df

Browse files
committed
feature: add sid
1 parent b294e78 commit 724a0df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyWrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ PyWrapper::PyWrapper() {
157157
_wrapperTest = _obj.attr("wrapperTestFunc");
158158

159159
py::gil_scoped_release release;
160-
StartMonitorWrapperClass(_wrapper_abs);}
160+
StartMonitorWrapperClass(_wrapper_abs);
161161
} catch (py::error_already_set &e) {
162162
spdlog::get("stderr_console")->error("_wrapperInit error: {}", e.what());
163163
exit(-1);

0 commit comments

Comments
 (0)