lazylynx commented on a change in pull request #12115:
URL: https://github.com/apache/beam/pull/12115#discussion_r449128227
##########
File path: sdks/python/container/boot.go
##########
@@ -127,6 +129,10 @@ func main() {
// Guard from concurrent artifact retrieval and installation,
// when called by child processes in a worker pool.
+ if err := setupAcceptableWheelSpecs(); err != nil {
+ log.Fatalf("Failed to setup acceptable wheel specs: %v", err)
Review comment:
It's true. We should only output messages even when error returned.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]