potiuk commented on code in PR #38489:
URL: https://github.com/apache/airflow/pull/38489#discussion_r1539721623
##########
scripts/ci/pre_commit/pre_commit_update_chart_dependencies.py:
##########
@@ -36,7 +36,7 @@ def get_latest_prometheus_statsd_exporter_version() -> str:
for version in quay_data["tags"]:
if version["name"].startswith("v"):
return version["name"]
- raise Exception("ERROR! No version found")
+ raise ValueError("ERROR! No version found")
Review Comment:
Runtime Error. Should never happen
--
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]