kaxil commented on PR #42965:
URL: https://github.com/apache/airflow/pull/42965#issuecomment-2408710604

   > How did it even work :) ? I guess rich has some "hack" to make it works .
   
   :D yeah, basically a no-op
   
   ```python
   In [1]: from rich.console import Console
   In [3]: console = Console(force_terminal=True, color_system="standard")
   In [4]: console.print()
   In [5]: console.print
   Out[5]: <bound method Console.print of <console width=214 
ColorSystem.STANDARD>>
   ```


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

Reply via email to