ad-m commented on code in PR #63561:
URL: https://github.com/apache/airflow/pull/63561#discussion_r2935431629


##########
dev/breeze/src/airflow_breeze/utils/github.py:
##########
@@ -323,7 +319,7 @@ def download_artifact_from_pr(pr: str, output_file: Path, 
github_repository: str
     pull_response = session.get(pr_url, headers=headers)
 
     if pull_response.status_code != 200:
-        get_console().print(
+        console_print(
             f"[error]Fetching PR failed with status codee 
{pull_response.status_code}: {pull_response.text}",
         )
         sys.exit(1)

Review Comment:
   Out of scope.



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