Skip to content

Commit 0604929

Browse files
author
penglin2
committed
fix
1 parent e1c8c7c commit 0604929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wrapper.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,8 @@ int WrapperAPI wrapperNotify(pDataList *data) {
500500
spdlog::debug("wrapperNotify");
501501

502502
int ret = 0;
503-
ret = retpyWrapper->wrapperNotify(data);
504-
if ret != 0 {
503+
ret = pyWrapper->wrapperNotify(data);
504+
if (ret != 0) {
505505
spdlog::get("stderr_console")->error("wrapper notify error!");
506506
return ret;
507507
}

0 commit comments

Comments
 (0)