keon94 commented on code in PR #4802:
URL: 
https://github.com/apache/incubator-devlake/pull/4802#discussion_r1150953497


##########
backend/server/services/remote/bridge/cmd.go:
##########
@@ -74,6 +74,12 @@ func (c *CmdInvoker) Call(methodName string, ctx 
plugin.ExecContext, args ...any
                        Err: errors.Default.Wrap(err, fmt.Sprintf("failed to 
invoke remote function \"%s\"", methodName)),
                }
        }
+       errMsg := response.GetStderr()

Review Comment:
   What would be a scenario where Python would only log an error and we want 
things to fail on Go side, as opposed to throwing an Exception from Python?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to