jscheffl commented on PR #58866:
URL: https://github.com/apache/airflow/pull/58866#issuecomment-3592573619

   > @jscheffl I think this one can be done much cleaner using function 
attributes: 
https://www.pythonmorsels.com/storing-attributes-on-functions-in-python/
   
   Okay, good idea. At least for "ci_group" made this as feedback. For the 
others I _think_ it is not making it better.
   
   Unfortunately the `ci_group` is wrapped by `@contextmanager` and my pylint 
did not accepted setting attributes so made it via setattr+getattr.
   
   WDYT?


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