potiuk commented on code in PR #38489:
URL: https://github.com/apache/airflow/pull/38489#discussion_r1539704841


##########
dev/breeze/src/airflow_breeze/utils/kubernetes_utils.py:
##########
@@ -92,7 +92,7 @@ def get_architecture_string_for_urls() -> str:
         return "amd64"
     if architecture == Architecture.ARM:
         return "arm64"
-    raise Exception(f"The architecture {architecture} is not supported when 
downloading kubernetes tools!")
+    raise ValueError(f"The architecture {architecture} is not supported when 
downloading kubernetes tools!")

Review Comment:
   sys.exit() here.



-- 
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]

Reply via email to