github-actions[bot] opened a new pull request, #58927: URL: https://github.com/apache/airflow/pull/58927
We were using lru_cache to only print environment check output once, but the method was called once with quiet = False and once without, which made it double-print the output. The check was done in both - commmands and "docker_utils.enter_shell" and that was really unnecessary. This PR changes it so that environment check is done only once at the command entry, also the "executable bit" information that was somewhat useless is now replaced with printing a detailed version of Python used - which might help with diagnostics of some strange issues in case the output is copy&pasted. (cherry picked from commit 6c50b62ab72fd2639e9a442897b45dd45ae33f5b) Co-authored-by: Jarek Potiuk <[email protected]> -- 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]
