jason810496 commented on code in PR #58926:
URL: https://github.com/apache/airflow/pull/58926#discussion_r2580216957
##########
dev/breeze/src/airflow_breeze/utils/docker_command_utils.py:
##########
@@ -542,6 +542,8 @@ def perform_environment_checks(quiet: bool = False):
check_docker_version(quiet)
check_docker_compose_version(quiet)
check_executable_entrypoint_permissions(quiet)
+ if not quiet:
Review Comment:
Non-blocking nit: Do we need to align the check with line `534` ?
```suggestion
if get_verbose() and not quiet:
```
--
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]