tvalentyn commented on a change in pull request #15819:
URL: https://github.com/apache/beam/pull/15819#discussion_r751473816
##########
File path: .test-infra/jenkins/dependency_check/generate_report.sh
##########
@@ -20,6 +20,9 @@
set -e
set -v
+# Get currently used Python version from args or assume a default.
+PYTHON=${1:-python3}
Review comment:
yes, it should work. python3 is typically a symlink.
--
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]