Skip to content

Commit cdd866c

Browse files
authored
Merge branch 'master' into grpc
Signed-off-by: ybyang <[email protected]>
2 parents f7e0d78 + 977b87e commit cdd866c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyWrapper.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -625,9 +625,9 @@ int callBack(Response *resp, char *usrTag) {
625625
printf("null cb....\n");
626626
return -1;
627627
}
628+
628629
pDataList headPtr = nullptr;
629630
pDataList curPtr = nullptr;
630-
int ret ;
631631
// 先判断python有没有抛出错误. response中的 errorCode
632632
if (resp->errCode != 0) {
633633
spdlog::get("stderr_console")->error("find error from python: {}", resp->errCode);

0 commit comments

Comments
 (0)