potiuk commented on code in PR #59850:
URL: https://github.com/apache/airflow/pull/59850#discussion_r2651868321
##########
scripts/in_container/run_capture_airflowctl_help.py:
##########
@@ -84,7 +84,7 @@ def
regenerate_help_images_for_all_airflowctl_commands(commands: list[str], skip
os.makedirs(AIRFLOWCTL_IMAGES_PATH, exist_ok=True)
env = os.environ.copy()
env["TERM"] = "xterm-256color"
- env["COLUMNS"] = "65"
Review Comment:
NIT: I think it's **almost** good but you have to delete the corresponding
hash and recreate both images - one of them still does not seem to take the new
value into account. Also I think slightly smaller value would be good.
--
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]