tvalentyn commented on code in PR #28046:
URL: https://github.com/apache/beam/pull/28046#discussion_r1300663242
##########
sdks/go/pkg/beam/core/runtime/xlangx/expansionx/download.go:
##########
@@ -396,7 +396,9 @@ func GetPythonVersion() (string, error) {
return v, nil
}
}
- return "", fmt.Errorf("no python installation found")
+ return "", errors.New("no python installation found. If you use a" +
Review Comment:
add spaces before closing quotes.
--
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]