uranusjr commented on code in PR #48781: URL: https://github.com/apache/airflow/pull/48781#discussion_r2142085813
########## dev/breeze/src/airflow_breeze/utils/run_utils.py: ########## @@ -81,7 +81,7 @@ def run_command( :param cmd: command to run :param title: optional title for the command (otherwise likely title is automatically determined) - :param check: whether to check status value and run exception (same as POpem) + :param check: whether to check status value and run exception (same as POpen) Review Comment: ```suggestion :param check: whether to check status value and run exception (same as Popen) ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org