phoerious commented on code in PR #16658:
URL: https://github.com/apache/beam/pull/16658#discussion_r1017243797
##########
sdks/python/container/boot.go:
##########
@@ -73,13 +74,20 @@ const (
)
func main() {
+ if err := mainError(); err != nil {
+ log.Print(err)
+ os.Exit(1)
Review Comment:
As I said, there is nothing explicit about it if you need to read the
documentation. It may be an idiom for Go programmers, but it's certainly not
explicit.
--
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]