dondaum commented on code in PR #66702: URL: https://github.com/apache/airflow/pull/66702#discussion_r3258790667
########## task-sdk/src/airflow/sdk/execution_time/callback_supervisor.py: ########## Review Comment: Thanks. To me, it feels a bit cleaner to handle the None case with `bundle_path=None` and always pass `bundle_path=bundle_path`. Otherwise, I would have to use `hasattr()` and some conditional logic. -- 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]
